Skip to content

GeohashUtil 추가#111

Merged
woogi-kim merged 6 commits into
SWM-M3PRO:developfrom
woogi-kim:geohash-util
Oct 30, 2025
Merged

GeohashUtil 추가#111
woogi-kim merged 6 commits into
SWM-M3PRO:developfrom
woogi-kim:geohash-util

Conversation

@woogi-kim
Copy link
Copy Markdown
Contributor

작업 내용*

  • geohash 라이브러리 의존성 추가

고민한 내용*

  • 중심좌표, 반경을 고려하여 적절한 geohash를 골라야한다.
  • 조회 영역을 정사각형이라고 가정한다면, 각 꼭짓점의 geohash들의 공통 prefix가 이들을 감싸는 가장 작은 geohash가 된다.
  • 기존 원을 기반으로 하는 Buffer, Contains 연산의 경우, geohash에 적용하기에는 코드가 복잡해진다고 판단하여 정사각형 기반으로 변경
  • 대부분 단순 연산이기 때문에 성능 문제는 예상되지 않는다.

@woogi-kim woogi-kim self-assigned this Oct 30, 2025
@woogi-kim woogi-kim merged commit c5b18ee into SWM-M3PRO:develop Oct 30, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant