Laurent Courty

Results 59 comments of Laurent Courty

@timlinux I get the same error with QGIS 2.18.20 from ubuntugis (which is the recommended source from qgis.org): ``` Couldn't load plugin inasafe due to an error when calling its...

I opened an [issue](https://github.com/OpenWaterAnalytics/Stormwater-Management-Model/issues/111) in the SWMM tracker for the inclusion of a surface/sewer coupling code inside SWMM, and the ideas I have about the implementation. I already did something...

I believe any computation should be done in the SWMM code base. Then pyswmm will provide an interface.See [there](https://github.com/OpenWaterAnalytics/Stormwater-Management-Model/issues/111) for relevant discussion on the matter. I modified the pyswmm code...

Maybe provide an overwrite flag to the relevant functions?

Possibly related: #186 #216

@bemcdonnell For now, this issue is blocking the pyswmm conda package. If it waits for another release, I can simply make a PR to integrate the changes upstream instead of...

@michaeltryby Surprisingly, if I git clone the repository, the lines endings are LF. But the line endings in the PyPI package are CRLF. That is why a patch which work...

@bemcdonnell I reported the issue exactly because it is a pain in the neck ;) Thank you for paying attention.

@bemcdonnell Do you plan to update the 0.6.0 packages on PyPI? If not, I think of hosting a patched package for the conda package to depend on, but it is...