INSEL.DAT: Difference between revisions
From BAWiki
imported>BAWiki 3 mNo edit summary |
imported>Schade Peter (+ EPSG-code; Nutzerprogramm GRIDCONVERT) |
||
Line 3: | Line 3: | ||
|filetype=insel.dat | |filetype=insel.dat | ||
|version=January 1996 | |version=January 1996 | ||
|version_descr= | |version_descr=March 2013 | ||
|significance=contains digitized data for structures as input data for different programs concerning finite element grid generation, grid manipulation (depth) and graphic display of the structures | |significance=contains digitized data for structures as input data for different programs concerning finite element grid generation, grid manipulation (depth) and graphic display of the structures | ||
|filecontents= | |filecontents= | ||
Line 21: | Line 21: | ||
# coordinates (x,y,z) of the nodes of the structure | # coordinates (x,y,z) of the nodes of the structure | ||
# name of structure | # name of structure | ||
# (optional, but necessary for conversions into the NetCDF-CF format) EPSG-Code of the coordinate system (see [http://www.epsg-registry.org/ EPSG Geodetic Parameter Registry]) | |||
For any dirty details of realisation look into the example-files. | For any dirty details of realisation look into the example-files. | ||
|nutzerprogramme= | |nutzerprogramme= | ||
ARCGIS, [[BFABSENK]], [[CROSSPRO]], [[DEPRO2D]], [[DREHE2D]], [[DIDAMINTQ]], [[FDGITTER05]], [[FD2TRIM]], [[GEOTRANSFORMER]], [[HVIEW2D]], [[JANET]], [[POLWIND]], [[POLYUMFORM]], [[PARTRACE]], [[PARTRACE-3D]], [[TEO]], [[TEOAX]], [[TRASSE]], [[TRGITTER05]], [[VOLUMETH]], [[WARM]], [[ZWISCHENPUNKTE]] | ARCGIS, [[BFABSENK]], [[CROSSPRO]], [[DEPRO2D]], [[DREHE2D]], [[DIDAMINTQ]], [[FDGITTER05]], [[FD2TRIM]], [[GEOTRANSFORMER]], [[GRIDCONVERT]], [[HVIEW2D]], [[JANET]], [[POLWIND]], [[POLYUMFORM]], [[PARTRACE]], [[PARTRACE-3D]], [[TEO]], [[TEOAX]], [[TRASSE]], [[TRGITTER05]], [[VOLUMETH]], [[WARM]], [[ZWISCHENPUNKTE]] | ||
|language= | |language=Fortran90 | ||
|fileform=FORMATTED | |fileform=FORMATTED | ||
|fileaccess=SEQUENTIAL | |fileaccess=SEQUENTIAL | ||
|fileextension=.dat | |fileextension=.dat | ||
|writemodules= | |writemodules=$PROGHOME/fortran/lib/io_insel/hp/mod_m_insel_read_write.f90 in the io_insel package | ||
|readmodules=$PROGHOME/fortran/lib/ | |readmodules=$PROGHOME/fortran/lib/io_insel/hp/mod_m_insel_read_write.f90; <br /> | ||
$PROGHOME/fortran/lib/insbau/SGI/*. | classic methods in $PROGHOME/fortran/lib/insbau/SGI/*.f90 | ||
|contact_original=[mailto:guenther.lang@baw.de G. Lang] | |contact_original=[mailto:guenther.lang@baw.de G. Lang] | ||
|contact_maintenance=[mailto:guenther.lang@baw.de G. Lang] | |contact_maintenance=[mailto:guenther.lang@baw.de G. Lang] | ||
|examplefile=$PROGHOME/examples/insel/insel.dat<br /> | |examplefile=$PROGHOME/examples/gridconvert/data/ins/<br /> | ||
$PROGHOME/examples/insel/insel.dat<br /> | |||
$PROGHOME/examples/insel/insel.text.dat | $PROGHOME/examples/insel/insel.text.dat | ||
}} | }} |
Revision as of 14:13, 4 March 2013
Basic Information
File-Type
insel.dat
File-Form
FORMATTED
Version
January 1996
Description-Date
March 2013
Significance of the File
contains digitized data for structures as input data for different programs concerning finite element grid generation, grid manipulation (depth) and graphic display of the structures
File-Contents (in Catchwords)
- key-word for the type of the structure; the usage of different keys results e.g. in a different way of displaying the data in graphic programs
- INSEL: polygon will be closed to form a ring; for islands
- SAND: polygon will be closed to form a ring; for sandy islands
- DAMM: for groynes, dams, etc.
- GRUPPE: for a group of (linear) structures, which are separated by the key-word BUHNE
- MUELL: for disposal sites
- FEUER: for lines
- EINZEL: position and text for a single point-structure including marker symbols
- EGRUPPE: position and text for multiple point-structures including marker symbols
- FILE-KOP: name of a KOP-file
- TEXT: simple text at a fixed position
- GTEXT: a group of simple texts at different fixed positions
- ENDE DATEI: end of file
- coordinates (x,y,z) of the nodes of the structure
- name of structure
- (optional, but necessary for conversions into the NetCDF-CF format) EPSG-Code of the coordinate system (see EPSG Geodetic Parameter Registry)
For any dirty details of realisation look into the example-files.
Programs using this Type of File
ARCGIS, BFABSENK, CROSSPRO, DEPRO2D, DREHE2D, DIDAMINTQ, FDGITTER05, FD2TRIM, GEOTRANSFORMER, GRIDCONVERT, HVIEW2D, JANET, POLWIND, POLYUMFORM, PARTRACE, PARTRACE-3D, TEO, TEOAX, TRASSE, TRGITTER05, VOLUMETH, WARM, ZWISCHENPUNKTE
Example-File
$PROGHOME/examples/gridconvert/data/ins/
$PROGHOME/examples/insel/insel.dat
$PROGHOME/examples/insel/insel.text.dat
back to: File Descriptions