mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add py-access 1.1.3
Spatial Access for PySAL Whether you work with data in health, retail, employment or other domains, spatial accessibility measures help identify potential spatial mismatches between the supply and demand of services. They indicate how close demand locations are to supply locations. WWW: https://access.readthedocs.io/en/latest/ WWW: https://github.com/pysal/access
This commit is contained in:
parent
ff64a64035
commit
bf847c47aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560050
@ -222,6 +222,7 @@
|
||||
SUBDIR += py-PyFR
|
||||
SUBDIR += py-SimpleSpectral
|
||||
SUBDIR += py-abipy
|
||||
SUBDIR += py-access
|
||||
SUBDIR += py-asdf
|
||||
SUBDIR += py-ase
|
||||
SUBDIR += py-avogadrolibs
|
||||
|
23
science/py-access/Makefile
Normal file
23
science/py-access/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= access
|
||||
PORTVERSION= 1.1.3
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Calculate spatial accessibility metrics
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4,1:math/py-pandas@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/py-access/distinfo
Normal file
3
science/py-access/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1609598755
|
||||
SHA256 (access-1.1.3.tar.gz) = 381aecadd7ba70d712b74cd92fb0906e16b362522ae0c7de9b8e2424d19af51d
|
||||
SIZE (access-1.1.3.tar.gz) = 19708
|
9
science/py-access/pkg-descr
Normal file
9
science/py-access/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Spatial Access for PySAL
|
||||
|
||||
Whether you work with data in health, retail, employment or other domains,
|
||||
spatial accessibility measures help identify potential spatial mismatches
|
||||
between the supply and demand of services. They indicate how close demand
|
||||
locations are to supply locations.
|
||||
|
||||
WWW: https://access.readthedocs.io/en/latest/
|
||||
WWW: https://github.com/pysal/access
|
Loading…
Reference in New Issue
Block a user