An open API service indexing awesome lists of open source software.

https://github.com/dhi/qgis-res1d-plugin


https://github.com/dhi/qgis-res1d-plugin

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# qgis-res1d-plugin

## Install

### Mikeio1d package

The minimal version of QGIS for this plugin is QGIS 3.22, that works with Python 3.9.
To read res1d files, this plugin needs the package mikeio1d [[mikeio1d|https://github.com/DHI/mikeio1d]] . Installing this package from PyPi is only supported for Python 3.8 or previous. But it is possible to install the development version of this package.

To install this package in the QGIS environement:

- Open the osgeo4w shell from the start menu of Windows

- Enter the following commands:

`pip install setuptools`

`pip install wheel`

`pip install https://github.com/DHI/mikeio1d/archive/main.zip`