Matt Richards

Results 189 comments of Matt Richards

Hi @hamdanal, thanks for this, I will definitely take a look. I would suggest though that it's a good idea to discuss this kind of contribution with the project you're...

Thanks @hamdanal that's all quite useful to know to get a bit more context about how the typeshed process works. Question from a position of ignorance, is there anything from...

Hi @JunzeYang, do you have a code example you could share? It's been quite some time since I thought deeply about this problem / last looked at the code and...

> Perhaps one feasible approach is to ensure $v(a\mid k)$ is large enough? Given that utility is a relative concept and only differences in utility matter, if this is enough...

Thanks @bretttully for the report, this is currently the case - bytesIO can't be written to, see https://github.com/geopandas/pyogrio/issues/249 (and discussion in https://github.com/geopandas/geopandas/issues/2875). We should note this as a difference between...

I'm going to re-open this for now, we can close when it trickles down into a pyproj release

> The issue I see with from_json GeoSeries method is that you can have a single GeoJSON that can be converted to a GeoSeries or you can have what you...

>The other is to speed up tests by depending on small data created on the fly in cases, where we don't need to use real-world geometries. From that perspective, this...

Hi @haruharu9, thanks for the question! It's been a little while since I've worked with this code, so I'll have to double check and get back to you. If you're...

It's been interesting going back through the code to see what I remember. My code was originally based on tien mai's code and so developed in link based fashion, but...