-
Hello!
I am looking for a concave hull function, which is part of the original jts implementation: https://github.com/locationtech/jts/blob/master/modules/lab/src/main/java/org/locationtech/jts/hul…
-
Hi,
Its not working with version 974, when the login window pops up, ib-controller is not auto-filling my credentials. See log below. Can someone help me out?
=================================…
-
```
Use JTS Topology Suite for the spatial predicates and functions internally
http://www.vividsolutions.com/jts/JTSHome.htm
```
Original issue reported on code.google.com by `haolin....@gmail.com` o…
-
Continuing on https://github.com/jOOQ/jOOQ/issues/982 from jOOQ 3.16, it would be useful if we had out of the box data type bindings that bind `org.jooq.Geometry` to the JTS `Geometry` type, so users …
-
We've seen an error in `format_pileup.py` where a `KeyError` can be triggered here:
https://github.com/jts/ncov-tools/blob/7a19778c644594fe17ce4fc703560e97b149aa60/workflow/scripts/format_pileup.py…
-
Since commit f8d8ae00
build.sh mavenInstallLocal
results in below compilation error:
src/main/org/h2/value/ValueGeometry.java:22: error: package org.locationtech.jts.geom does not exist
import org…
-
Hi,
In the BGP dashboard, when selecting any group, the neighbors are not limited only to the group, returning all the neighbors available to the device, both in the selection menu and in the dashb…
-
Our team recently ran into an issue when updating from using the old `com.vividsolutions` libs to the `com.locationtech` libs where Android Studio would fail to execute some of our unit tests. The cul…
-
As part of upgrading GeoTools to use JTS 1.15.0 we have noticed a regression around the use of clone (now deprecated in favour of the new copy() method).
For a specific implementation clone is impl…
-
Currently, lines 57-65 of `accessibility.R` control the `type` parameter of `get_jts_data()`
```
if(grepl(pattern = "jts040", csv_filename)) {
type = "la"
}
if(grepl(pattern = "jt…