https://github.com/dhi/dhi-isisconverter
This tool is used to convert ISIS file data into MIKE Hydro (.mhydro)
https://github.com/dhi/dhi-isisconverter
Last synced: 3 months ago
JSON representation
This tool is used to convert ISIS file data into MIKE Hydro (.mhydro)
- Host: GitHub
- URL: https://github.com/dhi/dhi-isisconverter
- Owner: DHI
- License: mit
- Created: 2023-10-19T07:23:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T00:55:58.000Z (over 1 year ago)
- Last Synced: 2025-01-05T07:15:10.112Z (5 months ago)
- Language: C#
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DHI-ISISConverter
This tool is used to convert ISIS file data into MIKE Hydro (.mhydro)
## Requirements
The DHI-ISISConverter tool works on Windows only.
#### MIKE Software
It is not required to install any other MIKE Software. This tool is a stand-alone tool.
## Download and installation
Download the DHI-ISISConverter release zip file: [DHI-ISISConverter Releases download](https://github.com/DHI/DHI-ISISConverter/releases), unzip and run the `ISISConverter.exe`.
## Building a new releases of DHI-ISISConverter
Part of DHI-ISISConverter references are using NugetPackage. The remaining missing references are present in the DHI-ISISConverter release zip file.
To build the source code: Download the release zip file, unzip it, and move the content into the folder `Source\release`.
To run and debug, copy the content of the `Source\release` to the output bin folder, `Source\ISISConverterUI\bin\Debug\`.
To make a new release, replace the three `ISISConverter` files in the `Source\release` folder.