paulmach / orb

Types and utilities for working with 2d geometry in Golang
MIT License
886 stars 103 forks source link

Reverse Geocoding #106

Closed centratelemedia closed 2 years ago

centratelemedia commented 2 years ago

hi

is possible build reverse geocoding with this library, indexing, rebuild indexing when add new polygon, check inside inside polygon? linestring intersection?

paulmach commented 2 years ago

It's probably missing an rtree implementation

centratelemedia commented 2 years ago

@paulmach thank you for your answer