James Parrott

Results 117 comments of James Parrott

@Robinlovelace Here's a version for Ubuntu Linux that mostly works, bar a handful of diffs from the Windows test data and a seg fault: https://github.com/fiftysevendegreesofrad/sdna_plus/actions/runs/9584489142 An external R installation is...

Cheers! I don't think I'd be allowed to add Zig code to sDNA, and I don't know much Zig yet anyway. Nonetheless, even though I didn't work out how to...

Rust compile times have got a lot better. I'm sold on the time trade off, as it turns so many run time errors into compile time bugs. There's a great...

Reproduced in an alpine:edge container: ``` @bf5102635826 / # mkdir -p /tmp/abc /tmp/123 /tmp/a123 @bf5102635826 / # cd /tmp/abc && ls @bf5102635826 /tmp/abc # cd /tmp/a123 && ls @bf5102635826 /tmp/a123...

I'm new to Xonsh. But _"while all Python code is also xonsh, not all Bash code can be used in xonsh_", I believe the correct behaviour is to change the...

You can just paste source code in triple back ticks like this: ``` #!/usr/bin/env python3 # code/plots/cartopy_wheat.py # {{{ # This code accompanies the book _Python for MATLAB Development: #...

I've tried to reproduce this in both a Python 3.11 and a Python 3.9 venv. mpl_toolkits is not on pip. Hopefully it will install after the other deps with: ```...

The above did install mpl_toolkits. This allowed me to rule out Cartopy auto-magically downloading the Shapefile from OWS or some other online GIS service. Please can you attach the shapefile...

Never mind. I can't reproduce the issue Phillip. The code in the zip file runs for me. Are you using the Fiona back end instead of the PyShp one? Something...

Yes - this was with the connection turned off. If you look closely, the 404 to this very page is visible behind the matplotlib window. If this issue really is...