Étienne Trimaille

Results 473 comments of Étienne Trimaille

@myarjunar I was so excited to see a PR with Processing ;-) And then i noticed it was only a template. Good work @lucernae. Processing is a framework, so it's...

@myarjunar I tried to fix this one, but I couldn't really fix this issue. I made a PR to show you what I started. If you have an idea how...

I think we will drop this issue soon. In QGIS 2.18, the next LTR in a few months, there is a `QgsFileDownloader`. It will solve this issue.

I just started a prototype in the PR above.

You have this bug because InaSAFE doesn't care about what is after the `|` in your layer path unfortunately. https://github.com/inasafe/inasafe/blame/master/safe/metadata/base_metadata.py#L196 So I guess you have a XML file sitting next...

I'm not sure it's linked: https://issues.qgis.org/issues/19275 ? (even if it's QGIS 3) How did you install QGIS?

Have a look to this ticket: https://github.com/inasafe/inasafe/issues/3001

I'm just adding a quick note that processing has been updated. 'runalg' doesn't exist anymore in qgis3.

* `QgsReferencedRectangle` instead of having two variables for the user extent (QgsRectangle and a QgsCoordinateReferenceSystem) * Drop the function `wkt_to_rectangle`, I've ported this function to core https://github.com/qgis/QGIS/pull/5346 @ismailsunni I guess...