diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-09-12 12:07:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-09-12 12:07:17 +0000 |
commit | eddb9d1bf4fe89fb77e71f711643532e381cb161 (patch) | |
tree | cec348ae8ccaceb2486c0d709b2851cb4940624d /graphics/Makefile | |
parent | 846ae5fac0088d4faad65f8ca80d9c1f5e71b51c (diff) |
Add py-s2 0.9.0
S2 Geometry Library is a package for manipulating geometric shapes. Unlike many
geometry libraries, S2 is primarily designed to work with spherical geometry,
i.e., shapes drawn on a sphere rather than on a planar 2D map. This makes it
especially suitable for working with geographic data.
This port is the Python binding of S2 Geometry Library.
WWW: https://s2geometry.io/
WWW: https://github.com/google/s2geometry
Notes
Notes:
svn path=/head/; revision=548313
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 84c81008b269..01ccba42c033 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -873,6 +873,7 @@ SUBDIR += py-qt5-svg SUBDIR += py-rasterio SUBDIR += py-rawkit + SUBDIR += py-s2 SUBDIR += py-scikit-image SUBDIR += py-seqdiag SUBDIR += py-sorl-thumbnail |