diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-22 22:58:55 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:04 +0700 |
commit | 7ed10a103356624484c4259e962576b2f8d41661 (patch) | |
tree | 9c508ac374192397a2c6c95f6065dea3f3bd30f2 /python/python3-rtree/slack-desc | |
parent | 6e2e82b0626e6451a1bdb415b3ca96a77f77227f (diff) |
python/python3-rtree: Added (spatial index for Python GIS)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rtree/slack-desc')
-rw-r--r-- | python/python3-rtree/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-rtree/slack-desc b/python/python3-rtree/slack-desc new file mode 100644 index 0000000000..e8b744a6f1 --- /dev/null +++ b/python/python3-rtree/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-rtree: python3-rtree (spatial index for Python GIS) +python3-rtree: +python3-rtree: Rtree is a ctypes Python wrapper of libspatialindex that provides a +python3-rtree: number of advanced spatial indexing features for the spatially curious +python3-rtree: Python user. +python3-rtree: +python3-rtree: +python3-rtree: +python3-rtree: +python3-rtree: +python3-rtree: |