We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072db56 commit 38b02c4Copy full SHA for 38b02c4
1 file changed
docs/CrossSections.md
@@ -30,6 +30,11 @@ now use the draw profile tool to create an svg/png of which shows the profile
30
python draw_profile.py --profile testProfile2.csv --curtain-height 100 --min-altitude -2200 --vertical-px 2000 --overlay --x-interval 20 --y-interval 20 --x-grid 25 --y-grid 1 --output profile.svg --grid-opacity 1.0 --grid-width 3.0
31
```
32
33
+- choose curtain height to match the full vertical span you need
34
+- min-alititude should be where the profile ends (lowest point of profile)
35
+- curtain height is height in meters
36
+- all this needs to be later matched up in (6)
37
+
38
Look at the profile or the info in pro3d to find good parameters.
39
40
0 commit comments