Bug 241509 - [NEW PORT] graphics/py-pyrsgis: Processing satellite data directly from TAR files
Summary: [NEW PORT] graphics/py-pyrsgis: Processing satellite data directly from TAR f...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-26 20:04 UTC by Rainer Hurling
Modified: 2019-11-13 23:48 UTC (History)
1 user (show)

See Also:


Attachments
shar file of the new port graphics/py-pyrsgis (1.58 KB, text/plain)
2019-10-26 20:04 UTC, Rainer Hurling
rhurlin: maintainer-approval+
Details
revised shar file for new port graphics/py-pyrsgis (1.86 KB, text/plain)
2019-10-27 11:53 UTC, Rainer Hurling
rhurlin: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2019-10-26 20:04:07 UTC
Created attachment 208615 [details]
shar file of the new port graphics/py-pyrsgis

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.

The port is needed as a dependency for plugins (i.e. RasterTool[2]) of graphics/qgis[3].


[1] https://pypi.org/project/pyrsgis/
[2] https://github.com/aishwaryahegde29/RasterTool_Qgis
[3] https://www.freshports.org/graphics/qgis


The patch is tested on Poudriere (11.3i/a, 12.0i/a, and HEADi/a),
'portlint -AC' seems happy.
Comment 1 Rainer Hurling freebsd_committer freebsd_triage 2019-10-27 11:53:48 UTC
Created attachment 208631 [details]
revised shar file for new port graphics/py-pyrsgis

It turns out, that the first shar file does not contain the right dependencies for pyrsgis. 

That should be corrected now.


Again, the patch is tested on Poudriere (11.3i/a, 12.0i/a, and HEADi/a),
'portlint -AC' seems happy.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-11-13 23:47:27 UTC
A commit references this bug:

Author: sunpoet
Date: Wed Nov 13 23:47:22 UTC 2019
New revision: 517536
URL: https://svnweb.freebsd.org/changeset/ports/517536

Log:
  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>

Changes:
  head/graphics/Makefile
  head/graphics/py-pyrsgis/
  head/graphics/py-pyrsgis/Makefile
  head/graphics/py-pyrsgis/distinfo
  head/graphics/py-pyrsgis/pkg-descr
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-11-13 23:48:26 UTC
Committed. Thanks!