-
Right now, DECL half-edges contain geometric information by virtue of pointers to their origin vertex record. The 'destination' vertex is `twin(e).origin.coordinates` or `next(e).origin.coordinates` (…
-
We currently output linear elements as single line segments. Instead, we should joint together adjacent line segments.
-
In DCEL, we currently use a simple/naive algorithm that's not computationally efficient.
-
Hi Layik,
Thanks for making this open source! I had a few questions about your implementation, apologies if these questions would be better suited to the geoplumber repository:
It seems to me th…
-
The Convex Hull operation crashes on some inputs. For example: `POLYGON((0.9292893218813453 1.0707106781186548,1.1414213562373097 1,0.07071067811865475 -0.07071067811865475,0 -0.1414213562373095,0.929…
-
I keep getting this error and have tried everything I can think of to figure it out, any idea what the issue might be? It's worked previously and the error only just appeared.
```
Error in if (ex…
-
First of all, thanks for including an option to hide variants by FILTER category (by right-clicking on the track label, for those who aren't aware).
However, I'd like to additionally colour the SNV…
-
When i tried to execute the sample project given in the examples folder. Getting 400 error code from report portal.
Error in Console:
npm run example:simple
> reportportal-agent-cucumber@2.0.6 …
-
I get the following error when I add this plugin into the `plugins` folder and add `"plugins": ["MAFViewer"]` into `jbrowse_conf.json`:
```
[heumos@wave jbrowse-1.16.9-release]$ ./setup.sh
Gathe…
-
The `geos` package currently uses WKB as an intermediate from when moving a geometry between Go and C. This approach adds a non-zero overhead.
This ticket is to implement an alternate method of tra…