mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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:
parent
cfa6fa4ee7
commit
fcc8d20575
4 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
18
graphics/py-projpicker/Makefile
Normal file
18
graphics/py-projpicker/Makefile
Normal 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>
|
3
graphics/py-projpicker/distinfo
Normal file
3
graphics/py-projpicker/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1657270384
|
||||
SHA256 (projpicker-0.3.2.tar.gz) = 88bf4408700d631e2617944dc2c20c42dbe78801ed99d1a26501d7a500654899
|
||||
SIZE (projpicker-0.3.2.tar.gz) = 778323
|
7
graphics/py-projpicker/pkg-descr
Normal file
7
graphics/py-projpicker/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue