-
Create pseudo-random houses starting from a basic model and placing doors, windows, etc.
Use models from Daniel74.
-
Hi all!
Tonight we will make a last effort on our current ad-hoc setup, so that we can provide a nice and polished experience for the tournament that will take place right after our Zeus-quiz on 5 Oc…
-
Hi,
I'm not sure whether this is an issue with the base CGAL or the bindings; going to investigate that now. I'm trying to use the pip within my conda environment, so the recent issues I've been h…
-
Having trouble building matplotlib from source. It seems that `QHULL_LIB_CHECK` is not defined for me, which causes a chain of useless errors. My guess is that the problem is I already have a system Q…
-
For the F matrix, the basic problem is we go to a row of our f mapping matrix, say row 0 for source pixel 0 and need to know which image pixels it maps to (after sub-gridding and PSF convolution).
…
-
I wanted to highlight the nearest line in a multi series line chart. Is this supposed to work?
```json
{
"$schema": "https://vega.github.io/schema/vega-lite/v2.json",
"data": {"url": "data/s…
-
import { registerShape } from 'viser-vue';
import * as $ from 'jquery';
const …
-
I am getting an error that I have copied the stack trace below. Approximately 90% of the routine runs fine but I am not sure what happens at the end with the recon-all.
(Also I am running as a user…
-
hello,
Given a point in the 2D workspace, this code can get the distance to the nearest obstacle, but did it can get the distance to the nearest edge of the voronoi diagram?
thanks
-
I saw in issue #799 the idea of creating _1D_ voronoi diagrames based on a second dataset using the mean values to enable a vertical rule connected to the closest point on x axes.
I combined it us…