Skip to content

Commit

Permalink
Add demo file
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Dec 16, 2024
1 parent 22e5db0 commit 992d46c
Show file tree
Hide file tree
Showing 6 changed files with 2,544 additions and 0 deletions.
965 changes: 965 additions & 0 deletions examples/data/ky4_junctions.geojson

Large diffs are not rendered by default.

1,162 changes: 1,162 additions & 0 deletions examples/data/ky4_pipes.geojson

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions examples/data/ky4_pumps.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3547" } },
"features": [
{ "type": "Feature", "properties": { "name": "~@Pump-1", "start_node_name": "I-Pump-1", "end_node_name": "O-Pump-1", "initial_status": "Closed", "pump_type": "POWER", "base_speed": 1.0, "power": 111854.9808, "pump_curve_name": null, "speed_pattern_name": null }, "geometry": { "type": "Point", "coordinates": [ 4978752.04, 3915150.0 ] } },
{ "type": "Feature", "properties": { "name": "~@Pump-2", "start_node_name": "I-Pump-2", "end_node_name": "O-Pump-2", "initial_status": "Open", "pump_type": "POWER", "base_speed": 1.0, "power": 37284.9936, "pump_curve_name": null, "speed_pattern_name": null }, "geometry": { "type": "Point", "coordinates": [ 4979020.21999999973923, 3915339.0 ] } }
]
}
7 changes: 7 additions & 0 deletions examples/data/ky4_reservoirs.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3547" } },
"features": [
{ "type": "Feature", "properties": { "name": "R-1", "initial_quality": 0.0, "base_head": 149.3110044, "head_pattern_name": null }, "geometry": { "type": "Point", "coordinates": [ 4978709.0, 3915386.0 ] } }
]
}
10 changes: 10 additions & 0 deletions examples/data/ky4_tanks.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3547" } },
"features": [
{ "type": "Feature", "properties": { "name": "T-1", "elevation": 196.940424, "initial_quality": 0.0, "diameter": 17.6784, "init_level": 25.563576, "max_level": 31.659576, "min_level": 24.039576, "min_vol": 0.0, "overflow": "0", "vol_curve_name": null }, "geometry": { "type": "Point", "coordinates": [ 4959474.0, 3897659.0 ] } },
{ "type": "Feature", "properties": { "name": "T-2", "elevation": 207.43922952, "initial_quality": 0.0, "diameter": 14.0208, "init_level": 25.732773528000003, "max_level": 31.82877048, "min_level": 25.732773528000003, "min_vol": 0.0, "overflow": "0", "vol_curve_name": null }, "geometry": { "type": "Point", "coordinates": [ 4972993.0, 3900300.0 ] } },
{ "type": "Feature", "properties": { "name": "T-3", "elevation": 217.7030952, "initial_quality": 0.0, "diameter": 13.4112, "init_level": 30.7089048, "max_level": 33.7569048, "min_level": 27.051298704000001, "min_vol": 0.0, "overflow": "0", "vol_curve_name": null }, "geometry": { "type": "Point", "coordinates": [ 4980614.0, 3906672.0 ] } },
{ "type": "Feature", "properties": { "name": "T-4", "elevation": 220.58034624000001, "initial_quality": 0.0, "diameter": 21.336, "init_level": 29.355659856000003, "max_level": 32.40365376, "min_level": 21.735659856000002, "min_vol": 0.0, "overflow": "0", "vol_curve_name": null }, "geometry": { "type": "Point", "coordinates": [ 4988798.0, 3907639.0 ] } }
]
}
Loading

0 comments on commit 992d46c

Please sign in to comment.