diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-13 23:47:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-13 23:47:20 +0000 |
commit | 1955b495d3e84206e6a3be73b4e5288164c0ce42 (patch) | |
tree | 64d93bbb4e4e199fada0d080161779fc97753921 | |
parent | Add py-matplotlib-scalebar 0.6.1 (diff) |
Add py-pyrsgis 0.2.4
PyRSGIS is a powerful module to read, manipulate and export geo-rasters. The
module is built on the GDAL library, and is very efficient for various
geospatial analysis.
WWW: https://github.com/PratyushTripathy/pyrsgis
- While I'm here, use PYNUMPY
PR: 241509
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/py-pyrsgis/Makefile | 25 | ||||
-rw-r--r-- | graphics/py-pyrsgis/distinfo | 3 | ||||
-rw-r--r-- | graphics/py-pyrsgis/pkg-descr | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f28b5214a393..6ab0fecf6f1d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -866,6 +866,7 @@ SUBDIR += py-pyproj SUBDIR += py-pyqrcode SUBDIR += py-pyqtgraph + SUBDIR += py-pyrsgis SUBDIR += py-python-poppler-qt5 SUBDIR += py-pyvips SUBDIR += py-qt5-svg diff --git a/graphics/py-pyrsgis/Makefile b/graphics/py-pyrsgis/Makefile new file mode 100644 index 000000000000..ff94a8404d6d --- /dev/null +++ b/graphics/py-pyrsgis/Makefile @@ -0,0 +1,25 @@ +# Created by: Rainer Hurling <rhurlin@gwdg.de> +# $FreeBSD$ + +PORTNAME= pyrsgis +PORTVERSION= 0.2.4 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rhurlin@gwdg.de +COMMENT= Processing satellite data directly from TAR files + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdal>=0:graphics/py-gdal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib-scalebar>=0:math/py-matplotlib-scalebar@${PY_FLAVOR} \ + ${PYNUMPY} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/graphics/py-pyrsgis/distinfo b/graphics/py-pyrsgis/distinfo new file mode 100644 index 000000000000..5261cd3f8dd6 --- /dev/null +++ b/graphics/py-pyrsgis/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1572077334 +SHA256 (pyrsgis-0.2.4.tar.gz) = 57fe10940dbab3ad1c03235a1c56c9069c1d2f6473485da793b67d4e4052394b +SIZE (pyrsgis-0.2.4.tar.gz) = 8004 diff --git a/graphics/py-pyrsgis/pkg-descr b/graphics/py-pyrsgis/pkg-descr new file mode 100644 index 000000000000..31bda7209429 --- /dev/null +++ b/graphics/py-pyrsgis/pkg-descr @@ -0,0 +1,5 @@ +PyRSGIS is a powerful module to read, manipulate and export geo-rasters. The +module is built on the GDAL library, and is very efficient for various +geospatial analysis. + +WWW: https://github.com/PratyushTripathy/pyrsgis |