Skip to content

Commit

Permalink
complete pathfinder test with json
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Dec 10, 2024
1 parent d56904a commit f170e13
Show file tree
Hide file tree
Showing 55 changed files with 6,206 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
{
"cutPoints" : [ {
"type" : "Source",
"coordinate" : {
"x" : 10.0,
"y" : 10.0,
"z" : 1.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.9,
"sourcePk" : -1,
"li" : 1.0,
"orientation" : {
"yaw" : 0.0,
"pitch" : 0.0,
"roll" : 0.0
}
}, {
"type" : "GroundEffect",
"coordinate" : {
"x" : 50.0,
"y" : 18.42105263157895,
"z" : 0.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.5
}, {
"type" : "GroundEffect",
"coordinate" : {
"x" : 150.0,
"y" : 39.473684210526315,
"z" : 0.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2
}, {
"type" : "Wall",
"coordinate" : {
"x" : 176.57888256132614,
"y" : 45.06923843396339,
"z" : 0.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2,
"wall" : {
"p0" : {
"x" : 100.0,
"y" : 240.0,
"z" : 6.0
},
"p1" : {
"x" : 265.0,
"y" : -180.0,
"z" : 6.0
}
},
"wallAlpha" : [ ]
}, {
"type" : "Wall",
"coordinate" : {
"x" : 176.57986111111111,
"y" : 45.06944444444444,
"z" : 6.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2,
"wall" : {
"p0" : {
"x" : 100.0,
"y" : 240.0,
"z" : 6.0
},
"p1" : {
"x" : 265.0,
"y" : -180.0,
"z" : 6.0
}
},
"wallAlpha" : [ ]
}, {
"type" : "Wall",
"coordinate" : {
"x" : 176.5808396608961,
"y" : 45.069650454925494,
"z" : 0.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2,
"wall" : {
"p0" : {
"x" : 100.0,
"y" : 240.0,
"z" : 6.0
},
"p1" : {
"x" : 265.0,
"y" : -180.0,
"z" : 6.0
}
},
"wallAlpha" : [ ]
}, {
"type" : "Receiver",
"coordinate" : {
"x" : 200.0,
"y" : 50.0,
"z" : 4.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2,
"receiverPk" : -1
} ],
"hasBuildingIntersection" : true,
"hasTopographyIntersection" : false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
{
"cutPoints" : [ {
"type" : "Source",
"coordinate" : {
"x" : 10.0,
"y" : 10.0,
"z" : 1.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.9,
"sourcePk" : -1,
"li" : 1.0,
"orientation" : {
"yaw" : 0.0,
"pitch" : 0.0,
"roll" : 0.0
}
}, {
"type" : "GroundEffect",
"coordinate" : {
"x" : 50.0,
"y" : 18.42105263157895,
"z" : 0.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.5
}, {
"type" : "GroundEffect",
"coordinate" : {
"x" : 150.0,
"y" : 39.473684210526315,
"z" : 0.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2
}, {
"type" : "Wall",
"coordinate" : {
"x" : 176.82828974289797,
"y" : 45.12174520903115,
"z" : 0.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2,
"wall" : {
"p0" : {
"x" : 175.0,
"y" : 50.0,
"z" : 6.0
},
"p1" : {
"x" : 190.0,
"y" : 10.0,
"z" : 6.0
}
},
"wallAlpha" : [ ]
}, {
"type" : "Wall",
"coordinate" : {
"x" : 176.82926829268294,
"y" : 45.1219512195122,
"z" : 6.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2,
"wall" : {
"p0" : {
"x" : 175.0,
"y" : 50.0,
"z" : 6.0
},
"p1" : {
"x" : 190.0,
"y" : 10.0,
"z" : 6.0
}
},
"wallAlpha" : [ ]
}, {
"type" : "Wall",
"coordinate" : {
"x" : 176.83024684246791,
"y" : 45.12215722999325,
"z" : 0.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2,
"wall" : {
"p0" : {
"x" : 175.0,
"y" : 50.0,
"z" : 6.0
},
"p1" : {
"x" : 190.0,
"y" : 10.0,
"z" : 6.0
}
},
"wallAlpha" : [ ]
}, {
"type" : "Receiver",
"coordinate" : {
"x" : 200.0,
"y" : 50.0,
"z" : 4.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2,
"receiverPk" : -1
} ],
"hasBuildingIntersection" : true,
"hasTopographyIntersection" : false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"cutPoints" : [ {
"type" : "Source",
"coordinate" : {
"x" : 10.0,
"y" : 10.0,
"z" : 1.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.9,
"sourcePk" : -1,
"li" : 1.0,
"orientation" : {
"yaw" : 0.0,
"pitch" : 0.0,
"roll" : 0.0
}
}, {
"type" : "GroundEffect",
"coordinate" : {
"x" : 50.0,
"y" : 19.700684179216744,
"z" : 0.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.5
}, {
"type" : "GroundEffect",
"coordinate" : {
"x" : 150.0,
"y" : 43.952394627258606,
"z" : 0.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2
}, {
"type" : "VEdgeDiffraction",
"coordinate" : {
"x" : 174.99473314837618,
"y" : 50.014044937663535,
"z" : 3.621980989047588
},
"zGround" : 0.0,
"groundCoefficient" : 0.2
}, {
"type" : "Receiver",
"coordinate" : {
"x" : 200.0,
"y" : 50.0,
"z" : 4.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2,
"receiverPk" : -1
} ],
"hasBuildingIntersection" : false,
"hasTopographyIntersection" : false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"cutPoints" : [ {
"type" : "Source",
"coordinate" : {
"x" : 10.0,
"y" : 10.0,
"z" : 1.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.9,
"sourcePk" : -1,
"li" : 1.0,
"orientation" : {
"yaw" : 0.0,
"pitch" : 0.0,
"roll" : 0.0
}
}, {
"type" : "GroundEffect",
"coordinate" : {
"x" : 50.0,
"y" : 9.996878994062966,
"z" : 0.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.5
}, {
"type" : "GroundEffect",
"coordinate" : {
"x" : 150.0,
"y" : 9.989076479220378,
"z" : 0.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2
}, {
"type" : "VEdgeDiffraction",
"coordinate" : {
"x" : 190.00526685162382,
"y" : 9.985955062336464,
"z" : 3.721520337212358
},
"zGround" : 0.0,
"groundCoefficient" : 0.2
}, {
"type" : "Receiver",
"coordinate" : {
"x" : 200.0,
"y" : 50.0,
"z" : 4.0
},
"zGround" : 0.0,
"groundCoefficient" : 0.2,
"receiverPk" : -1
} ],
"hasBuildingIntersection" : false,
"hasTopographyIntersection" : false
}
Loading

0 comments on commit f170e13

Please sign in to comment.