-
Consider there are 3 geometries in table t.
```sql
DROP TABLE IF EXISTS t;
CREATE TABLE t (id int, geom geometry);
INSERT INTO t (id, geom) VALUES (1,ST_GeomFromText('MULTILINESTRING((-1 0,1 0))'…
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
When trying to perform an intersection b…
-
```
InvariMint uses a DFA minimization optimization that is based on the following
equality:
min(D1 \intersect ... \intersect Dn) = min(...min(D1 \intersect D2)
...\intersect Dn)
The right hand sid…
-
I am getting invalid record error
This is annotsv v3.3.6
```
-- genesAnnotation --
bedtools intersect -sorted -a 20240910001-1.sv.NA.formatted.sorted.bed -b /opt/AnnotSV/share/AnnotSV/Annotat…
-
This is correct, but I think it deserves a comment, because, say, it matters if one wants to implement a proper isEmpty routine (which I didn't, and costed me several hours of debugging :-)
`new Rect…
-
I have been unable to find out exactly why the following causes an issue:
var subject = [
[ 129.25, 43.25 ],
[ 127.25, 43.25 ],
[ 127.25, 44.25 ],
[ 129.25, 44.25 ]
];
var clip = [
[ 129.25…
-
A common matching case is to supply a list of values, match to nodes which have those values, and then find some other kind of node that all of those nodes match to.
Even though this is a common us…
-
Hi! I get a `RangeError: Maximum call stack size exceeded` error using `turf.intersect` on specific polygon inputs.
[related jsfiddle](http://jsfiddle.net/8rouLx0z/)
Here's the full code:
```
co…
-
It would be useful to be able to remove `fill-rule` stanzas from paths that certifiably do not self-intersect.
The implementation might be a little tricky though, as it would involve parsing the pa…
-
**TypeScript Version:** 2.7.0-dev.20171108
**Code**
At the bottom of `src/compiler/utilities.ts` replace the return type of `hasJSDocNodes` with:
```ts
export function hasJSDocNodes(node: Nod…
ghost updated
4 years ago