Program results¶
Once the program is run, it can output results in several different ways/formats:
XNS11_OUT_TXTis a main script output. It is a plain text file, containing all the neccesary cross section geometry data in a format, that can easily be imported into a .xns11 cross section geometry file. It defaults to “Mike11_xns_ready.txt”.RIVER_POINT_OUT_SHPcreates a Point shapefile, containing point vertices from the river shapefile with their DEM elevation vales.EMBANKMENTS_POINT_OUT_SHPis the same thing as theRIVER_POINT_OUT_SHP, but made for the embankments.XSECTION_POINTS_OUT_SHPis a Point shapefile, containg all the data that were used in XNS11_OUT_TXT result file generation.XSECTION_LINE_OUT_SHPis a Line shapefile version of theXSECTION_POINTS_OUT_SHP.
Note
Basically all result files are optional. You can set any of the files that you don’t need to None.