Actions

GEOM.DAT: Difference between revisions

From BAWiki

imported>BAWiki 3
No edit summary
imported>Seiss Guntram
m (Remark, actualization of read interface)
 
(4 intermediate revisions by 4 users not shown)
Line 2: Line 2:
|name_de=GEOM.DAT
|name_de=GEOM.DAT
|filetype=geom.dat  
|filetype=geom.dat  
|version=June 1996
|version=May 2014
|version_descr=May 2009
|version_descr=March 2016
|significance=contains coordinates and depth values of bearing data  
|significance=contains coordinates and depth values of bearing data  
|filecontents=
|filecontents=
# (optional) Magic comment "C CRS=#####" with "#####" being the EPSG code of the coordinate reference system
# x- and y-coordinates for every bearing point
# x- and y-coordinates for every bearing point
# depth values for every bearing point  
# depth values for every bearing point  
For this file Format other nameing conventions exist:
* ASCII format for Point data (.xyz) : software products of the company Smile Consult
* ASCII tripel data: WSV
* "samples" : DELFT3D software of Deltares
Remark: Input interfaces shall be tolerant with the row format to avoid unnecessary rewrite of raw data sources.
|nutzerprogramme=
|nutzerprogramme=
[[ACE GR-APPLICATIONS]], [[ARCVIEW]], [[DATAUS]], [[DREHE2D]], [[FD2ADDTOPO]], [[FDGITTER05]], [[GEOMFD2]], [[GEOTRANSFORMER]], [[IGEL2D]], [[JANET]], [[MEDIANGLAETTUNG]], [[SYNGRID]], [[TEO]], [[TRGITTER05]], [[UPDA2D]], [[ZWISCHENPUNKTE]]
[http://plasma-gate.weizmann.ac.il/Grace/ Grace], ARCGIS, [[DATAUS]], [[DREHE2D]], [[FD2ADDTOPO]], [[FDGITTER05]], [[GEOMFD2]], [[GEOTRANSFORMER]], [[IGEL2D]], [[JANET]], [[MEDIANGLAETTUNG]], [[SYNGRID]], [[TEO]], [[TRGITTER05]], [[UNTRIM2007MONITOR]], [[UPDA2D]], [[ZWISCHENPUNKTE]]
|language=Fortran90
|language=Fortran90
|fileform=FORMATTED
|fileform=FORMATTED
Line 15: Line 21:
|fileextension=.dat
|fileextension=.dat
|writemodules= -
|writemodules= -
|readmodules=$PROGHOME/fortran/lib/io/hp/geoles.f90
|readmodules=$PROGHOME/fortran/lib/io/hp/mod_geom_io.f90
 
$PROGHOME/fortran/lib/io/SGI/geoles.f90  
|contact_original=[mailto:jens.juerges@baw.de J. Jürges]
|contact_original=[mailto:jens.juerges@baw.de J. Jürges]
|contact_maintenance=[mailto:jens.juerges@baw.de J. Jürges]
|contact_maintenance=[mailto:jens.juerges@baw.de J. Jürges]
|examplefile=$PROGHOME/examples/igel2d/geom.dat  
|examplefile=$PROGHOME/examples/igel2d/geom.dat  
}}
}}

Latest revision as of 10:37, 23 March 2016

Basic Information

File-Type

geom.dat

File-Form

FORMATTED

Version

May 2014

Description-Date

March 2016

Significance of the File

contains coordinates and depth values of bearing data

File-Contents (in Catchwords)

  1. (optional) Magic comment "C CRS=#####" with "#####" being the EPSG code of the coordinate reference system
  2. x- and y-coordinates for every bearing point
  3. depth values for every bearing point

For this file Format other nameing conventions exist:

  • ASCII format for Point data (.xyz) : software products of the company Smile Consult
  • ASCII tripel data: WSV
  • "samples" : DELFT3D software of Deltares

Remark: Input interfaces shall be tolerant with the row format to avoid unnecessary rewrite of raw data sources.

Programs using this Type of File

Grace, ARCGIS, DATAUS, DREHE2D, FD2ADDTOPO, FDGITTER05, GEOMFD2, GEOTRANSFORMER, IGEL2D, JANET, MEDIANGLAETTUNG, SYNGRID, TEO, TRGITTER05, UNTRIM2007MONITOR, UPDA2D, ZWISCHENPUNKTE

Example-File

$PROGHOME/examples/igel2d/geom.dat


back to: File Descriptions


Overview