-
Hi Nina,
since the cross section file is an ASCII - file, you could run a python script over it which does the work for you.
The entries in the xns11 - files are very clearly defined and can be identified by scripts.
Bests Christian
-
Hi,
have you already tested this: NETCDF CLIENT 2016 ?
This program converts structured grid NetCDF and GRIB2 files with CF convention (http://cfconventions.org) to MIKE DFS files and vice versa.
Other NetCDF files which are non-compliant with CF convention will not work, however additional modifications are possible to enable the conversion of non CF convention NetCDF files to DFS files on a request basis. For such requests, please contact mike@dhigroup.com.
This tool is developed for MIKE by DHI 2016.
You may download it from:
https://www.mikepoweredbydhi.com/download/mike-by-dhi-tools
Maybe, if you contact DHI, they could support you also with MIKE2014.
Bests Christian
-
Hi Kris,
you are right.
But you will only get the values in the element centers.
You do not have any rule to interpolate the values along.
That means along at each model border you will have undefined areas unless you use the elements in some way as cell geometry.
Consequently: the problem is not the export itself - but the interpolation in the external system, i.e. AutoCAD or QGIS or any else.
Bests
Christian
-
Hi,
you can add your layers or slices each separately to the view components panel.
With a right mouseclick on the layer you can choose from the context menu: subject of clipping .
Hope that helps.
Bests Christian
-
Hi sudhi,
MIKE has a very capable SDK which can be used to develop extensions for MIKE or to read / write / change DFSU - Files.
This SDK can be used for example with IronPython.
Python itself has also a NETCDF - API.
Therefore, you can use those two interfaces to build an converter on your own.
Many functions are coded in MATLAB and can be found here:
https://github.com/pwcazenave/dhi-toolbox
This could be useful for you:
https://github.com/pwcazenave/dhi-toolbox/blob/master/dfsu2nc.m
Bests
Christian
-
Hi,
a complex way is to convert the results into shape files and convert the shape files to dxf. But then, you do not have the nicely looking shaded contours but only the elemental values and element geometry.
A second way is to convert the dfsu to dfs2 and convert those into usable raster files.
Unfortunately, there is no possibility to export the shaded contours data - as I know.
You can export the results as BMP, but it is not georeferenced.
We, SPEKTER, have developed an approach to export the shaded contours as nodal data. Those nodal data were further processed to whatever format you want.
So, if you are interested in this, you can contact me via e-Mail.
Bests Christian
-
Hi S,
it seems, that a SMTP - Server must be configured, which allow mail sending without authentication.
The MZ mail client doesn't support SMTP - servers that request username and password authentication.
Those are my llatest message in the MZMail.log - file, when I tried to send e-Mails from from my existing GMX - account.
[i]2017.06.22 15:22:05 (Thu)------------Start of Session-----------------
Blat v3.2.1 (build : Nov 22 2015 05:15:31)
32-bit Windows, Full, Unicode
Sending C:\Users\abc\Desktop\temp_Projekte\xxx.log_tmp to [u]existing_email_account_somewhere[/u]
Subject: Contents of file: Extract_Point_Results.log_tmp
Login name is [u]existing_email_account_on_GMX[/u]
Try number 1 of 5.
*** Error *** The SMTP server does not like the sender name.
*** Error *** Have you set your mail address correctly?
2017.06.22 15:22:05 (Thu)-------------End of Session------------------[/i]
I defined the e-Mail notification settings to:
Server: mail.gmx.net
Port: 25
User: [u]existing_email_account_on_GMX[/u]
Unfortunately, the manual isn't very helpful in that point.
But - no other idea so far.
It would be nice to have a working example of that.
Bests
Christian
-
Hi uspanda,
could it be, that the % in the filename should be replaced by something other ???
The % is normally reserved for variables.
Bests Christian
-
... forgot to mention, that no e-Mails has been sent or received.
Any ideas ?
Bests
Christian
-
Hi,
has anyone experience with e-Mail - notification?
I tried to send emails via the google - SMTP server with those parameters:
[b]Server: aspmx.l.google.com
Port: 25
User: username@gmail.com (this is an existing GOOGLE account)
[/b]
This is the result in the MzMail.log - File:
[i]2017.06.16 12:57:49 (Fri)------------Start of Session-----------------
Blat v3.2.1 (build : Nov 22 2015 05:15:31)
32-bit Windows, Full, Unicode
Sending E:\SPEKTER\001_EWS\004_Projekte\903_Bernb_B_Nkrit\006_work_ews\003_model\4_mf\VB_BB_C_D60_T25.log_tmp to anotheruseraccount@gmail.com
Subject: Contents of file: VB_BB_C_D60_T25.log_tmp
Login name is username@gmail.com
Try number 1 of 5.
2017.06.16 12:57:55 (Fri)-------------End of Session------------------[/i]
Bests Christian