graphics/py-projpicker: New port: Pick CRS (projection) from coordinates

ProjPicker (projection picker) is a Python module that allows the user to
select all coordinate reference systems (CRSs) whose extent completely contains
given points, polylines, polygons, and bounding boxes using set-theoretic
logical operators in a postfix notation. The goal is to make it easy and visual
to select a desired projection by location.
This commit is contained in:
Loïc Bartoletti 2022-07-11 08:49:37 +02:00
parent cfa6fa4ee7
commit fcc8d20575
4 changed files with 29 additions and 0 deletions

View file

@ -883,6 +883,7 @@
SUBDIR += py-plotly
SUBDIR += py-png
SUBDIR += py-pointpats
SUBDIR += py-projpicker
SUBDIR += py-pycha
SUBDIR += py-pycollada
SUBDIR += py-pydot

View file

@ -0,0 +1,18 @@
PORTNAME= projpicker
DISTVERSION= 0.3.2
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Select projections whose extent completely contains given coordinates
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1657270384
SHA256 (projpicker-0.3.2.tar.gz) = 88bf4408700d631e2617944dc2c20c42dbe78801ed99d1a26501d7a500654899
SIZE (projpicker-0.3.2.tar.gz) = 778323

View file

@ -0,0 +1,7 @@
ProjPicker (projection picker) is a Python module that allows the user to
select all coordinate reference systems (CRSs) whose extent completely contains
given points, polylines, polygons, and bounding boxes using set-theoretic
logical operators in a postfix notation. The goal is to make it easy and visual
to select a desired projection by location.
WWW: https://pypi.python.org/pypi/projpicker