-
When I run the tool I get the following response:
Traceback (most recent call last):
File "C:\Program Files (x86)\Python38-32\lib\runpy.py", line 194, in _run_module_as_main
return _run_cod…
-
```
const sourcePoint =[55.1953125,24.686];
const destPoint = [78.662109375,13.23];
const data = {
type: 'Feature',
geometry: {
type: 'LineString',
coordinates: [
source…
-
While actively working with datasets I sometimes fall in the trap that a nearest node is chosen that is can't be routed from/to, or is part of some island. Is there a simple trick to generate a sink t…
-
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))'…
-
### Background
The Dutch government has defined a geo standard named *Basisregistratie Grootschalige Topografie* ([BGT, in Dutch](https://www.geonovum.nl/geo-standaarden/bgt-imgeo)), which is a reg…
-
When only one point is available (fragment with a single geopoint), its trail is a **POINT** wkt object. Ok.
During the course extraction, some geometries are constructed, in particular the `track.…
-
See also: NetTopologySuite/NetTopologySuite#213
We think that there's a reasonably straightforward way to do `equalsTopo` for `GeometryCollection`s, by comparing the polygon, line, and point compon…
-
Hey everybody,
I am using shapely to split a line string (later: geometry) by another line string (later: splitter). The geometry I want to split overlaps itself.
## Expected behavior and actual be…
-
### Use-cases
Our team wants to categorize houses according to their census tract, based on the people's address. Most census tracts (at least in Argentina's big cities) are defined by 2 o 3 …
-
I am running SFCGAL in a multithread env with the only sfcgal function `sfcgal_geometry_intersects`:
```
void *match_counter(void *threadarg) {
struct thread_data *tdata = (struct thread_data…