本站源代码
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Mura Li d77176912b Use Go1.11 module (#5743) 5 lat temu
..
README.md Use Go1.11 module (#5743) 5 lat temu
geo.go Improve issue search (#2387) 7 lat temu
geo_dist.go Improve issue search (#2387) 7 lat temu
geohash.go Update bleve dependency to latest master revision (#6100) 5 lat temu
parse.go Update bleve dependency to latest master revision (#6100) 5 lat temu
sloppy.go Improve issue search (#2387) 7 lat temu

README.md

geo support in bleve

First, all of this geo code is a Go adaptation of the Lucene 5.3.2 sandbox geo support.

Notes

  • All of the APIs will use float64 for lon/lat values.
  • When describing a point in function arguments or return values, we always use the order lon, lat.
  • High level APIs will use TopLeft and BottomRight to describe bounding boxes. This may not map cleanly to min/max lon/lat when crossing the dateline. The lower level APIs will use min/max lon/lat and require the higher-level code to split boxes accordingly.
上海开阖软件有限公司 沪ICP备12045867号-1