iboates

Results 29 issues of iboates

- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of geopandas. - [x] (optional)...

Hi, I don't actually know much about this library but I had [a problem when using robosat](https://github.com/mapbox/robosat/issues/217) where multipolygons were causing a breakdown I eventually tracked it down to [this...

How can I access the geometry of the feature just drawn in a `:raw-finish-condition` function? I have a draw interaction: ``` ``` And the method: ``` drawFinishCondition(e) { if (["demander",...

I commented out everything except for the extension I want (`control-flow`) in `extensions` Then I ran: ``` build_exts_dir.sh 2.15.0 ``` I see that `geoserver_exts/control-flow` gets created with the relevant .jar...

I am aware that this repo is no longer maintained but I recently had to blow the dust off of it to replicate some stuff I did a few years...

I am dealing with a case in which I have many thousands of points in a huge area. As a result, the cost matrix computation takes an exceedingly long time....

discussion

I am struggling with some performance issues when calling [`Network. allneighbordistances`](https://github.com/pysal/spaghetti/blob/7dfb5e36c141086aa080c596fca648bbbe82af86/spaghetti/network.py#L1658) between my source and destination point patterns. When I looked into the code, it seems to me that the...

If you're like me and not very experienced with docker, stuff like this is not immediately obvious, I spent an hour installing new postgres clients, trying to debug the `netstat`...

I am finding the [walkthrough for satellite image building detection](https://github.com/GIScience/ohsome2label/blob/master/walkthrough/README.md) quite confusing. I am using a Google Colab instace to test it out. I have installed the package and then...

bug

This is a draft PR, it's not even close to being finished. It's also contingent on my tests branch PR here: https://github.com/gicait/geoserver-rest/pull/151 It is meant to address this issue: https://github.com/gicait/geoserver-rest/issues/133...