DATAUS: Difference between revisions
From BAWiki
imported>BAWiki 3 mNo edit summary |
Guntram Seiß (talk | contribs) mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|name_de=DATAUS | |name_de=DATAUS | ||
|name=DATAUS | |name=DATAUS | ||
|version= | |version=October 2022 | ||
|version_descr= | |version_descr=October 2022 | ||
|catchwords= | |catchwords= | ||
extraction of soundings<br /> | extraction of soundings<br /> | ||
Line 16: | Line 16: | ||
# (optional) file of type gkslog.dat (terminal protocol). This file enables the user to rerun a session a second time! | # (optional) file of type gkslog.dat (terminal protocol). This file enables the user to rerun a session a second time! | ||
|methodology= | |methodology= | ||
The program reads the soundings sequentially, tests whether they are inside the given area and writes them into the new file if they are inside.<br /><br /> | The program reads the soundings sequentially, tests whether they are inside the given area and writes them into the new file if they are inside.<br />A coordinate reference System which has been optionally specified through a comment "C CRS=####" inside the input file is transferred to the output file.<br/><br /> | ||
'''Remarks:''' The program offers the possibility of a terminal protocol, as the GKS-programs HVIEW2D und VVIEW2D do. If the program is then run a second time, this protocol is automatically read and the same results are created again. | '''Remarks:''' | ||
* The program offers the possibility of a terminal protocol, as the GKS-programs HVIEW2D und VVIEW2D do. If the program is then run a second time, this protocol is automatically read and the same results are created again. | |||
* User input can be done also by command line arguments | |||
* "On the fly" transformation of coordinates into a user coordinate system is done when BAWCRS is set properly and the data contain the comment '''C CRS=<epsg>'''. | |||
|preprocessor= | |preprocessor= | ||
- | - | ||
|postprocessor= | |postprocessor= | ||
ARCGIS, [[ArcGIS-Applications]], CFLOOR, [[FD2ADDTOPO]] | ARCGIS, [[ArcGIS-Applications]], CFLOOR, [[FD2ADDTOPO]], [[JANET]], DELFT3D software | ||
|language= | |language=Fortran2003 | ||
|add_software= - | |add_software= - | ||
|contact_original= | |contact_original=M. Boehlich, I. Uliczka | ||
|contact_maintenance=[mailto: | |contact_maintenance=[mailto:pre.proghome@baw.de working group PRE] | ||
|documentation=self-explanatory | |documentation=self-explanatory | ||
}} | }} |
Latest revision as of 12:18, 13 October 2022
Basic Information
Name of Program
DATAUS
Version-Date
October 2022
Description-Date
October 2022
Catchwords
extraction of soundings
interesting area
Short Description of Functionality
The program DATAUS extracts the soundings of an interesting area out of a file with soundings of a larger area.
Input-Files
- file which contains echo soundings of type geom.dat (FORTRAN-Format '(2(f15.2,1x),f15.3)' ), digi.gkk , written in FORTRAN format '(2(f10.2,1x),f6.2)' or another userdefined FORTRAN format (x,y,z).
- (optional) file with boundary of the interesting area (Typ poly.dat)
Output-Files
- file which contains echo soundings for the interesting area of type geom.dat (FORTRAN-Format '(2(f15.2,1x),f15.3)' ), written in FORTRAN format '(2(f10.2,1x),f6.2)' or another userdefined FORTRAN format (x,y,z).
- (optional) file of type gkslog.dat (terminal protocol). This file enables the user to rerun a session a second time!
Methodology
The program reads the soundings sequentially, tests whether they are inside the given area and writes them into the new file if they are inside.
A coordinate reference System which has been optionally specified through a comment "C CRS=####" inside the input file is transferred to the output file.
Remarks:
- The program offers the possibility of a terminal protocol, as the GKS-programs HVIEW2D und VVIEW2D do. If the program is then run a second time, this protocol is automatically read and the same results are created again.
- User input can be done also by command line arguments
- "On the fly" transformation of coordinates into a user coordinate system is done when BAWCRS is set properly and the data contain the comment C CRS=<epsg>.
Program(s) to run before this Program
-
Program(s) to run after this Program
ARCGIS, ArcGIS-Applications, CFLOOR, FD2ADDTOPO, JANET, DELFT3D software
Additional Information
Language
Fortran2003
Additional software
-
Original Version
M. Boehlich, I. Uliczka
Maintenance
Documentation/Literature
self-explanatory
back to Program Descriptions