DAVIT: Difference between revisions
From BAWiki
imported>Schade Peter m (+ DMQS again) |
imported>Schade Peter mNo edit summary |
||
Line 58: | Line 58: | ||
|methodology= | |methodology= | ||
The functionality is based on a set of Java libraries, which are also used in the grid generator [[JANET|Janet]] and the digital terrain modeling tool Gismo.<BR> | The functionality is based on a set of Java libraries, which are also used in the grid generator [[JANET|Janet]] and the digital terrain modeling tool Gismo.<BR> | ||
The output of DMQS metadata can be activated in DAVIT's screenshot menue. In active mode | The output of DMQS metadata can be activated in DAVIT's screenshot menue. In active mode a DMQS XML describing the PNG and a DMQS XML describing the underlying NetCDF file is generated. How to generate the DMQS files can be found in these | ||
[http://wiki.baw.de/de/index.php/Leitfaden_Metadaten_K%C3%BCstengew%C3%A4sser guidelines]. | |||
|preprocessor=[[DATACONVERT]], [[GRIDCONVERT]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCDELTA]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]], [[GRIDCONVERT]] | |preprocessor=[[DATACONVERT]], [[GRIDCONVERT]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCDELTA]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]], [[GRIDCONVERT]] | ||
|postprocessor=[[GRIDCONVERT]] | |postprocessor=[[GRIDCONVERT]] | ||
Line 70: | Line 71: | ||
* include %PROGHOME%\bin\win into your PATH variable | * include %PROGHOME%\bin\win into your PATH variable | ||
* davit_gei [mmm] for importing BDF files; mmm standing for the allocated memory in MegaByte. Maximum for Windows is 1200 MB. | * davit_gei [mmm] for importing BDF files; mmm standing for the allocated memory in MegaByte. Maximum for Windows is 1200 MB. | ||
* davit [mmm] for importing non-BDF files; mmm standing for the allocated memory in MegaByte. Maximum depends | * davit [mmm] for importing non-BDF files; mmm standing for the allocated memory in MegaByte. Maximum depends on the used hardware. | ||
|contact_original=[http://www.smileconsult.de/ smile consult GmbH] | |contact_original=[http://www.smileconsult.de/ smile consult GmbH] | ||
|contact_maintenance=[mailto:peter.schade@baw.de P.Schade],[mailto:morten.kloepper@baw.de M.Klöpper], forwarding feedback to smile consult. | |contact_maintenance=[mailto:peter.schade@baw.de P.Schade],[mailto:morten.kloepper@baw.de M.Klöpper], forwarding feedback to smile consult. | ||
|documentation=The | |documentation=The release notes are stored on BAW's file system in $PROGHOME\java\janet''k_mm_nn''\docs\ with k, mm and nn representing the version numbers. <BR> | ||
A function reference can be found under \\themis\system\akprog\java\janet2_15_10\docs\function_reference\funktionsreferenz.pdf.<br /> | A function reference can be found under \\themis\system\akprog\java\janet2_15_10\docs\function_reference\funktionsreferenz.pdf.<br /> | ||
}} | }} |
Revision as of 13:34, 3 March 2017
Basic Information
Name of Program
DAVIT
Version-Date
2.16
Description-Date
January 2017
Catchwords
model results
visualisation
data exploration
data analysis
UGRID CF NetCDF
DMQS metadata
Acknowledgment: This project took advantage of netCDF software developed by UCAR/Unidata (www.unidata.ucar.edu/software/netcdf/).
Short Description of Functionality
Davit is an interactive tool for visualisation and exploration of results of hydronumerical models. Analysis of grids and results is possible as well. 2D and 3D data can be displayed.
A sophisticated GUI enables intuitive use of Davit, see picture.
It has been developed by smile consult GmbH, Hannover (Germany).
Input-Files
- ASCII format for point data, at the BAW geom.dat (.xyz, .dat)
- AVS/Express UCD format (.inp)
- Basement result (.bmc)
- Bathymetric Attribute Grid Format (.bag)
- BDF, Little Endian (.bin, .bdf)
- Bottom Friction Model (.gen)
- Current3DErg format (.bin)
- DFlowFM NetCDF (.nc)
- ESRI ASCII grid format (.asc, .dat, .grd, .txt)
- ESRI shape file (.shp)
- HydroAs2D results (.2dm)
- insel.dat for structures (.dat)
- Janet binary format (.bin, .jbf)
- Keyhole Markup Language Format (.kml)
- Marina Randwerte Datei (.baw)
- Microstation (.dgn)
- Tecplot ASCII format (.plt)
- TELEMAC mesh or results(.bin, .sel, .res)
- TICAD ASCII file (.dat)
- TICAD syserg.bin (.bin)
- UGRID NetCDF format for bathymetries (.nc)
- UGRID NetCDF format post-processing (.nc)
- UnTRIM_Grid_VC ASCII format (.dat, .grd)
- UnTRIM result, Big_Endian (.dat, .grd)
- UnTRIM result, Little_Endian (.dat, .grd)
Output-Files
- ASCII format for point data, at the BAW geom.dat (.xyz, .dat)
- Bathymetric Attribute Grid Format (.bag)
- BSquat Format (.xml)
- ESRI shape file (.shp)
- insel.dat for structures (.dat)
- Janet binary format (.bin, .jbf)
- Keyhole Markup Language Format (.kml)
- TELEMAC mesh or results(.bin, .sel, .res)
- TICAD ASCII file (.dat)
- UGRID NetCDF format for bathymetries (.nc)
- UnTRIM_Grid_VC ASCII format (.dat, .grd)
- DMQS metadata in XML format
- DMQS metadata as PDF
- skripts for editing and moving DMQS files
Methodology
The functionality is based on a set of Java libraries, which are also used in the grid generator Janet and the digital terrain modeling tool Gismo.
The output of DMQS metadata can be activated in DAVIT's screenshot menue. In active mode a DMQS XML describing the PNG and a DMQS XML describing the underlying NetCDF file is generated. How to generate the DMQS files can be found in these
guidelines.
Program(s) to run before this Program
DATACONVERT, GRIDCONVERT, NCAGGREGATE, NCANALYSE, NCDELTA, UNK, UNTRIM2007, UNTRIM2, GRIDCONVERT
Program(s) to run after this Program
Additional Information
Language
Java
Additional software
Java Runtime Environment
Executables
On Linux-Workstations start DAVIT in the command line window:
- davit [mmm]; mmm standing for the allocated memory in MegaByte.
On Windows PCs:
- open the command line window, e.g. via Total Commander -> commands -> command line window
- include %PROGHOME%\bin\win into your PATH variable
- davit_gei [mmm] for importing BDF files; mmm standing for the allocated memory in MegaByte. Maximum for Windows is 1200 MB.
- davit [mmm] for importing non-BDF files; mmm standing for the allocated memory in MegaByte. Maximum depends on the used hardware.
Original Version
Maintenance
P.Schade,M.Klöpper, forwarding feedback to smile consult.
Documentation/Literature
The release notes are stored on BAW's file system in $PROGHOME\java\janetk_mm_nn\docs\ with k, mm and nn representing the version numbers.
A function reference can be found under \\themis\system\akprog\java\janet2_15_10\docs\function_reference\funktionsreferenz.pdf.
back to Program Descriptions