https://github.com/dhi/qgis-res1d-plugin
https://github.com/dhi/qgis-res1d-plugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhi/qgis-res1d-plugin
- Owner: DHI
- License: gpl-3.0
- Created: 2021-08-02T08:33:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T11:27:03.000Z (about 3 years ago)
- Last Synced: 2023-05-09T10:37:52.851Z (about 2 years ago)
- Language: Python
- Size: 78.1 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`