isawnyu / apographe

This python package lets you build and work with a digital gazetteer for small or individual projects.
GNU Affero General Public License v3.0
6 stars 0 forks source link

command: search near #4

Open paregorios opened 2 years ago

paregorios commented 2 years ago

search {gazetteer name} [parameters] near:{place id} distance:{distance}, e.g., search feature_type:fort near:zucchabar 1000.0

The example finds all forts within 1000.0 meters of Zucchabar.

search pleiades feature_type:fort near:internal 1000.0

The example finds all forts that fall within a convex polygon around the extent of all places in the internal gazetteer, buffered by an additional 1000.0 meters.

from @sfsheath with modifications