-
I have loaded neo4j with roughly 3.7M nodes from a CSV dump of a PostGIS DB. The nodes (labeled "JUNCTION") contain a WKT POINT feature in a "geom" key along with a few other small pieces of metadata…
-
A simple polygon does not intersect itself.
```
points2= [[0,0],[1,1],[1,0],[2,1]]
ring2 = factory.linear_ring( points2.map { |point| factory.point(point[0], point[1])})
polygon2 = factory.polygon(r…
-
Dear Remko,
I am excited to use your speciesmap package for my plant science project. I keep getting the same error when I try to get the latitude and longitude coordinates
o
-
Thanks for this cool package! I currently have a use case where I get given a long vector of polylines, and I'm wondering whether it makes sense to have one of:
1. A version or option for `decode` …
-
a big challenge for geometry is the metadata needed to qualify it.
There seem to be a few approaches:
1) proliferation of properties nuanced to classifications of qualification
2) embedded qual…
-
I understand CurvePolygons are not supported at this time. I'm creating this issue as a request to at least support CurvePolygons that encode simple circles. Naturally the research lab I work for ha…
-
# Observation
When parsing an RDF/XML file that contains a longer IRI (over 100K characters long), the parser emits the following error:
```
Max buffer length exceeded: attribValue Line: {line}…
-
I built a datacube with data in UTM29N using the change to esdl_core described in
https://github.com/esa-esdl/esdl-core/pull/79
The datacube in julia is agnostic to the coordinate reference system …
-
My "tc::geo::polygon" type is actually a multi-polygon, using a polygon type that is based on **int**, oriented **counter-clockwise** and **open** (not closed). I am using **boost 1.70.0**. Please con…
-
Spatial Datasets can be stored as CSVs and made operable with qri without much effort in the following ways:
- for datasets with point geometries, coordinates can be stored in two columns, e.g. 'lat'…