Laurent Courty
Laurent Courty
Hi, I have some experience in Python and GIS programming and I'd like to work on the addition of a functionality to estimate financial losses due to a specific hazard....
### Problem When I try to install inasafe from the QGIS plugin interface, I get the following error: ``` Couldn't load plugin inasafe due to an error when calling its...
**Describe the bug** The line endings in the pyswmm pacjage on PyPI are CRLF (the Windows format). This is a source of headaches when trying to patch a file installed...
**Describe the bug** On 0.6.0 installed from pypi, pyswmm fails with an error from the SWMM binary: ``` Traceback (most recent call last): File "", line 1, in File "/home/laurent/software/pyswmm_env/lib/python3.8/site-packages/pyswmm/simulation.py",...
Hi, Currently, grass.temporal presents issue when changing mapset from a Python script (see https://github.com/OSGeo/grass/issues/629). This is how it looks: ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- import tempfile import...
Some [recent discussions](https://www.openswmm.org/Topic/9964/how-to-surcharge-swmm-into-a-2d-domain) on the OpenSWMM mailing list shows that there is some interest in linking SWMM to a 2D surface domain. This as been done by some commercial packages,...
The dynamic wave model needs that each node has a surface area. By default, this `MinSurfArea` is set to ~12 ft², which is equivalent to a 4ft diameter. It is...
This PR includes all the commit made so far on the main branch, plus some to fix the tests. Related to #111
## Describe the bug 2D and 3D raster maps do no share the same resolution in the computational region, although they share other parameters. I find this behaviour unexpected with...
[grass.temporal] sqlite3 default timestamp converter and adapters are deprecated as of Python 3.12
The temporal framework uses [deprecated converters and adapters](https://docs.python.org/3/library/sqlite3.html#sqlite3-default-converters): ``` /usr/lib/grass84/etc/python/grass/temporal/core.py:1552: DeprecationWarning: The default timestamp converter is deprecated as of Python 3.12; see the sqlite3 documentation for suggested replacement recipes return...