aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-08 20:46:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-08 20:46:28 +0000
commit1d07f8fbb7031992b3f1531fd3d4fb146c20ed02 (patch)
treef33f9009faa04e8fb95f0f52cc6ac49bd925422f /graphics/Makefile
parentd6a1e6aba22ef14644e3268325826ebb8dd078d4 (diff)
downloadports-1d07f8fbb7031992b3f1531fd3d4fb146c20ed02.tar.gz
ports-1d07f8fbb7031992b3f1531fd3d4fb146c20ed02.zip
Add py-cogdumper 1.1.0
COG Dumper is a python utility to extract a tile from a Cloud Optimized GeoTIFF (COG) without decompressing the contained data. Tiff data can be hosted locally, on a web server or S3. This can be useful for serving compressed tiles from a TIFF without invoking Rasterio and GDAL. This utility has been tested with Tiff that have JPEG compression. WWW: https://github.com/mapbox/COGDumper
Notes
Notes: svn path=/head/; revision=534418
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 983c1c51c20d..b515a21d08cd 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -790,6 +790,7 @@
SUBDIR += py-cairocffi
SUBDIR += py-cairosvg
SUBDIR += py-cartopy
+ SUBDIR += py-cogdumper
SUBDIR += py-colour
SUBDIR += py-descartes
SUBDIR += py-django-easy-thumbnails