iboates
iboates
Multipolygons cause "UnboundLocalError: local variable 'x' referenced before assignment" in rs cover
I am just leaving this here as a note to anyone getting this error when using rs cover. If there are features in the cover GeoJSON that are of `MultiPolygon`...
### Before submitting a new icon request, please confirm the following: - [X] I have [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) to make sure there isn't a request for this icon. - [X]...
I cannot get simrdwn to train. It is telling me (via tensorflow) that my CUDA driver version is insufficient for CUDA runtime version. I know this seems like it is...
I am trying to implement a cache as per the docs: https://www.pydap.org/en/latest/client.html?highlight=cache#using-a-cache I have the following code: ``` from pydap.client import open_url import pydap.lib from os import rmdir, mkdir url...
I tried building today and it failed. I don't really know much about Docker as I am still learning the basics, and I thought trying to get GDAL in a...
Not sure if I am just not doing this right, but using `array_reverse()` in the marker colour definition doesn't seem to work. I want to reverse the direction of the...
I am testing out the `develop` in the application i am developing and this is the output i get when running on an osm file that has been clipped by...
I'm almost finished writing a plugin in QGIS that serves as a GUI for osm2pgrouting, as well as an automated method of downloading/extracting/clipping OSM data beforehand. I will be pushing...
I just noticed this when experimenting with different parameter configurations. It seems that if the `--addnodes` flag is not passed, the table still exists, but stays empty. I believe the...
I working on an automated process of generating routing databases and I am thinking that I can save some time and resources if I use Overpass API to download just...