Stephen Knox

Results 11 comments of Stephen Knox
trafficstars

This is a good video, which might help to explain: https://www.youtube.com/watch?v=hXKOBKjWhV8&feature=youtu.be

Thanks for pointing out the typo, will fix in my original post. Tested locally on 3.9 to rule that out: `python3.9 fast.py 2.20s user 2.02s system 6% cpu 1:03.77 total`...

I found everything working after I disabled `// this.startProxy();` and changed the mock address to the listen address, rather than the listen address + 1. I'm not totally sure what...

OK, thanks. Do you think it might be enough to compile against earlier versions of boost / CGAL as a quick fix? I have tried a bit of that to...

I have had an hour or two free, and have spent it (and some!) building the code and trying to get the qt frontend to render python code. Have been...

As an update I have tested a smaller area with the same dataset - that worked as expected. The cell accumulation without weights for the original larger area also worked,...

Is there any context to this issue available any more? The original gitter link seems to not be publicly accessible, it is possible to reproduce it here on on the...

I think I have solved this particular mystery - this was using worldwide data for pollutant use with some countries not having data available, so some the values were NaN...

To be fair that was raised as well, just not in the python trace, I think in the main QGIS error log. I can confirm it does work with those...

I temporarily solved this by adding the full absolute path (e.g. `outputPath = new Path("/user/myusername/"+inFiles[0].getName()+".mbr_"+(int)(Math.random()*1000000));` to line 334 of FileMBR,java, but this obviously isn't a generic solution.