Port details |
- py-rasterstats Summarize geospatial raster datasets based on vector geometries
- 0.20.0 graphics
=2 0.20.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2021-01-03 19:58:08
- Last Update: 2024-10-17 19:03:09
- Commit Hash: be764d3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/perrygeo/python-rasterstats
- Description:
- rasterstats is a Python module for summarizing geospatial raster datasets based
on vector geometries. It includes functions for zonal statistics and
interpolated point queries. The command-line interface allows for easy
interoperability with other GeoJSON tools.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}rasterstats>0:graphics/py-rasterstats@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-rasterstats/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-rasterstats
- pkg install py311-rasterstats
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-rasterstats listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-rasterstats
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1728632436
SHA256 (rasterstats-0.20.0.tar.gz) = 5b8ee775e815727767e0d359c03f3dd1c7840876d1d1d0c7a5a88ecf3e492938
SIZE (rasterstats-0.20.0.tar.gz) = 24017
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=61 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-affine>=0 : math/py-affine@py311
- py311-click>=7.1 : devel/py-click@py311
- py311-cligj>=0.4 : devel/py-cligj@py311
- py311-Fiona>=0 : graphics/py-fiona@py311
- py311-numpy>=1.9,1 : math/py-numpy@py311
- py311-rasterio>=1.0 : graphics/py-rasterio@py311
- py311-shapely>=0 : devel/py-shapely@py311
- py311-simplejson>=0 : devel/py-simplejson@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- science/py-tobler
Configuration Options:
- ===> The following configuration options are available for py311-rasterstats-0.20.0:
PROGRESS=off: Progress bar for interactive use
===> Use 'make config' to modify these settings
- Options name:
- graphics_py-rasterstats
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.20.0 17 Oct 2024 19:03:09
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-rasterstats: Add PROGRESS option |
0.20.0 14 Oct 2024 05:25:41
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-rasterstats: Update to 0.20.0
Changes: https://github.com/perrygeo/python-rasterstats/releases
https://github.com/perrygeo/python-rasterstats/blob/master/CHANGELOG.txt |
0.19.0 08 Apr 2024 06:46:44
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-rasterstats: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS |
0.19.0 18 Jul 2023 00:53:09
    |
Charlie Li (vishwin)  |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
0.19.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.19.0 05 Jun 2023 18:47:19
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-rasterstats: Update to 0.19.0
Changes: https://github.com/perrygeo/python-rasterstats/releases
https://github.com/perrygeo/python-rasterstats/blob/master/CHANGELOG.txt |
0.18.0_2 07 May 2023 16:11:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-shapely: Fix PORTNAME and WWW
- Bump PORTREVISION for package change
It is to minimize the patch of 2.0.1 update. Upstream also changed the tarball
from Shapely to shapely.
Approved by: portmgr (blanket)
With hat: python |
0.18.0_2 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.18.0_1 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
0.18.0 21 Mar 2023 19:21:09
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-rasterstats: Update to 0.18.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/perrygeo/python-rasterstats/releases
https://github.com/perrygeo/python-rasterstats/blob/master/CHANGELOG.txt |
0.17.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.17.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.17.0 30 Jul 2022 05:58:04
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-rasterstats: Update to 0.17.0
Changes: https://github.com/perrygeo/python-rasterstats/releases |
0.16.0 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.16.0 16 Jun 2022 13:59:51
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-rasterstats: Update USES=python
math/py-numpy requires Python 3.8+ |
0.16.0 01 Nov 2021 13:41:47
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-rasterstats: Update to 0.16.0
- Update USES=python after py-numpy 1.20.3 update
Changes: https://github.com/perrygeo/python-rasterstats/releases |
0.15.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.15.0 03 Jan 2021 20:00:07
  |
sunpoet  |
Remove python 2.7 support |
0.15.0 03 Jan 2021 19:57:23
  |
sunpoet  |
Add py-rasterstats 0.15.0
rasterstats is a Python module for summarizing geospatial raster datasets based
on vector geometries. It includes functions for zonal statistics and
interpolated point queries. The command-line interface allows for easy
interoperability with other GeoJSON tools.
WWW: https://github.com/perrygeo/python-rasterstats |