diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-09-12 12:07:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-09-12 12:07:11 +0000 |
commit | 846ae5fac0088d4faad65f8ca80d9c1f5e71b51c (patch) | |
tree | 321fb00e34f99b05fbe337bd63d398bf877defbc /graphics/py-h3/pkg-descr | |
parent | c32ae064bdefea587fa24db6d4f5d767eefddea9 (diff) | |
download | ports-846ae5fac0088d4faad65f8ca80d9c1f5e71b51c.tar.gz ports-846ae5fac0088d4faad65f8ca80d9c1f5e71b51c.zip |
Notes
Diffstat (limited to 'graphics/py-h3/pkg-descr')
-rw-r--r-- | graphics/py-h3/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/py-h3/pkg-descr b/graphics/py-h3/pkg-descr new file mode 100644 index 000000000000..5174d14895cd --- /dev/null +++ b/graphics/py-h3/pkg-descr @@ -0,0 +1,7 @@ +H3 is a geospatial indexing system using a hexagonal grid that can be +(approximately) subdivided into finer and finer hexagonal grids, combining the +benefits of a hexagonal grid with S2's hierarchical subdivisions. + +This port is the Python binding for H3 core library. + +WWW: https://github.com/uber/h3-py |