Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylerjereddy/grid-point-sphere
Spherical Point in Polygon Implementation
https://github.com/tylerjereddy/grid-point-sphere
computational-geometry point-in-polygon spherical-geometry
Last synced: 24 days ago
JSON representation
Spherical Point in Polygon Implementation
- Host: GitHub
- URL: https://github.com/tylerjereddy/grid-point-sphere
- Owner: tylerjereddy
- License: mit
- Created: 2018-03-30T21:20:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T16:38:27.000Z (almost 4 years ago)
- Last Synced: 2023-02-26T00:26:44.308Z (over 1 year ago)
- Topics: computational-geometry, point-in-polygon, spherical-geometry
- Language: Python
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grid-point-sphere
[![codecov](https://codecov.io/gh/tylerjereddy/grid-point-sphere/branch/master/graph/badge.svg)](https://codecov.io/gh/tylerjereddy/grid-point-sphere)
Spherical Point in Polygon Implementation
- Objective is to implement a reasonable version
of the algorithm described by Li et al.
AniNex 2017, LNCS 10582, pp. 56–66.