Difference between revisions of "DOS Directory File List"
Jump to navigation
Jump to search
Chris Huxley (talk | contribs) |
Chris Huxley (talk | contribs) |
||
Line 1: | Line 1: | ||
=User Steps= | =User Steps= | ||
+ | These steps can be followed to output a printout of all files contained within a folder: | ||
<ol> | <ol> | ||
<li> Open the DOS command prompt. | <li> Open the DOS command prompt. | ||
Line 6: | Line 7: | ||
<li> Write a text file listing the folder contents using the following syntax: '''<tt>dir > filename.txt</tt>''' | <li> Write a text file listing the folder contents using the following syntax: '''<tt>dir > filename.txt</tt>''' | ||
</ol> | </ol> | ||
− | A text file called '''<tt>filename.txt</tt>''' will be written containing | + | A text file called '''<tt>filename.txt</tt>''' will be written to the folder containing the file list. |
Line 17: | Line 18: | ||
* This is done in UltraEdit by holding in '''<tt>Alt+C</tt>''' prior to and during a selection | * This is done in UltraEdit by holding in '''<tt>Alt+C</tt>''' prior to and during a selection | ||
<li> Select and copy the .asc file names. | <li> Select and copy the .asc file names. | ||
− | <li> Open the TUFLOW Geometry Control (TGC) File. Set the global model elevation to a value that | + | <li> Open the TUFLOW Geometry Control (TGC) File. Set the global model elevation to a value that is above all expected elevations with the topography dataset. the command is: |
− | <li> Paste the .asc file name list | + | <font color="blue"><tt>Set Zpts </tt></font> <font color="red"><tt>== </tt></font> <tt><value></tt><br> |
− | <li> Add the necessary command syntax and file path details left of the .asc file names using | + | We recommend using this value to check for any missing data or gaps between the ALS tiles after running the TUFLOW model for the first time. |
− | <li> After running the TUFLOW model for the first time review topography check files <u>[[TUFLOW_Check_Files | _DEM_Z.flt]]</u> and or <u>[[TUFLOW_Check_Files | _zpt_check]]</u>. If the global model elevation value | + | <li> Paste the .asc file name list into the TGC file. |
+ | <li> Add the necessary command syntax and file path details left of the .asc file names using your preferred text editor (<u>[[NotepadPlusPlus_Tips | Notepad++]]</u> or <u>[[UltraEdit_Tips | UltraEdit]]</u>) in column mode. | ||
+ | <li> After running the TUFLOW model for the first time, review topography check files <u>[[TUFLOW_Check_Files | _DEM_Z.flt]]</u> and / or <u>[[TUFLOW_Check_Files | _zpt_check]]</u>. Complete a query search for the global model elevation you set for the model. If the global model elevation value is present within the check file this represents a gap in your ALS topography dataset that requires correction or additional data. |
Revision as of 16:21, 14 February 2018
User Steps
These steps can be followed to output a printout of all files contained within a folder:
- Open the DOS command prompt.
- If necessary, change the drive location (example syntax: D: then press Enter)
- Navigate to the folder location where you would like to write a list of the folders contained within it (example syntax: cd D:\Example\TUFLOW\model\grid then press Enter)
- Write a text file listing the folder contents using the following syntax: dir > filename.txt
A text file called filename.txt will be written to the folder containing the file list.
Example Application - Stitching Together ALS Data Tiles
This DOS file report is useful during TUFLOW modelling if ALS topography data has been provided in tile format for a catchment. In some situations over 500 *.asc files may make up a complete study area. Rather than stitching the data into a single topography dataset using GIS software, data layering within the TGC can be used to read each *.asc ALS tile into the TUFLOW flood model.
- Open filename.txt in Notepad++ or UltraEdit.
- Turn on column edit mode.
- This is done in Notepad++ by holding in Alt prior to and during a selection
- This is done in UltraEdit by holding in Alt+C prior to and during a selection
- Select and copy the .asc file names.
- Open the TUFLOW Geometry Control (TGC) File. Set the global model elevation to a value that is above all expected elevations with the topography dataset. the command is:
Set Zpts == <value>
We recommend using this value to check for any missing data or gaps between the ALS tiles after running the TUFLOW model for the first time. - Paste the .asc file name list into the TGC file.
- Add the necessary command syntax and file path details left of the .asc file names using your preferred text editor ( Notepad++ or UltraEdit) in column mode.
- After running the TUFLOW model for the first time, review topography check files _DEM_Z.flt and / or _zpt_check. Complete a query search for the global model elevation you set for the model. If the global model elevation value is present within the check file this represents a gap in your ALS topography dataset that requires correction or additional data.