Skip to content

Commit

Permalink
add pip stab point
Browse files Browse the repository at this point in the history
  • Loading branch information
akhenakh committed Sep 30, 2023
1 parent 03f945f commit a78b649
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 50 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ if Intersects(g1, g2) {
}
```

#### Point in Polygon on large FeatureCollections
```go

// load your collection using UnmarshalGeoJSON
found := g.StabOne(2, 48)
if found != nil {
fmt.Println(found.Properties())
}
// Output: {"properties":{ "ADMIN": "France", "ISO_A2": "FR", "ISO_A3": "FRA" }}
```

#### Types

```go
Expand Down
Loading

0 comments on commit a78b649

Please sign in to comment.