-
With a wrong Polygon (the internal ring is bigger that external one, and the internal one intersect with the external one in more than one point) the function Validate() work properly.
But if the i…
-
I run into a stupid bug because specifying Z in a `NewPoint(geom.Coordinates{})` results in it defaulting to `Type: geom.DimXY`, it makes sense.
```go
package main
import (
"fmt"
"github.…
-
See https://github.com/opengeospatial/D040-Complex_Feature_Handling_Engineering_Report/issues/6
On request of @cmheazel creating this issue in this repo as well.
Upon reading of the finalized re…
-
If a user has some input coordinates, it is quite onerous to get a polygon object.
For example, the following program has a hardcoded list of coordinates, constructs a polygon from those coordinate…
-
`public class FeatureCollectionConversions {
public static void serialize(
SimpleFeatureCollection featureCollection,
long featuresCount,
OutputStream out…
-
**From: Bastrakova Irina**
Hi all,
While I understand the content negotiation concern, I cannot see real use for individual landing pagers for people – each would contain only a portion of inform…
-
I was wondering wether the UDF data schema can be remodelled? In my opinion we can model the data as data cubes. The reason is that a raster or feature collection tile are simply very special cases o…
flahn updated
5 years ago
-
@richardbeare I've gone through most of your code and vignette with [this commit](https://github.com/ropensci/osmplotr/commit/1b3043d29c80bd13b058a2cd47c35650373e2166). Note the following in relation …
-
Linear Referencing is so useful
```
import (
"github.com/peterstace/simplefeatures/geom"
)
const DISTMIN = 0.000001
type Segment struct {
Start, End geom.XY
}
func (s Segment) Len…
-
Hi,
I'm relatively new to Golang and I'm having issues accessing the GOES packages. I'm using VScode on Ubuntu 22.04 and I'm unable to import geos.
I've followed the instruction [here](https://as…