Nick Eubank
Nick Eubank
Great, thanks!
Hello @stephaniemdavis ! That's an awesome offer, thanks! I will confess, though, I've been drifting more and more towards using [Julia.](https://julialang.org/), and had been thinking of putting a note at...
I mean, I think you're also making lots of (non-profit) researchers more productive, so there's a pro-social side! :)
No just Jupyter lab launched from Cmder. Will try to get those logs...
Here's one: ``` OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5 debug3: Failed to open file:C:/Users/malco/.ssh/config error:2 debug3: Failed to open file:C:/ProgramData/ssh/ssh_config error:2 debug2: resolving "-" port 22 ssh: Could not resolve hostname -: No...
Heres from another student: ``` Warning: Identity file D:\MIDS\fall not accessible: No such file or directory. OpenSSH_8.3p1, OpenSSL 1.1.1g 21 Apr 2020 debug1: Reading configuration data /etc/ssh/ssh_config debug2: resolving "2020\\720"...
If this is helpful in any way, when I try and replicate this problem using Windows 10 running on VMWare on my mac, I *don't* have any problems (grrr...). Gonna...
If it helps, heres the portforward_out_log.txt from one of my students. [portforward_out_log.txt](https://github.com/dask/dask-cloudprovider/files/5524426/portforward_out_log.1.txt) (I'm afraid I know next to nothing about networking, so limited ability to parse myself)
Two files: [shape2.zip](https://github.com/geopandas/geopandas/files/5649288/shape2.zip) [shape1.zip](https://github.com/geopandas/geopandas/files/5649289/shape1.zip) ```python a = gp.read_file("shape1.shp") b = gp.read_file("shape2.shp") assert a.is_valid.all() assert b.is_valid.all() gp.overlay(a, b, how="identity") ``` I have pygeos on if that matters.
Intersecting political districts with counties for estimating demographics of district residents. Let me see if this is gonna be a common problem -- I'm doing this across a couple hundred...