Summary: | new ports: devel/py-gtfslib, open source library in python for reading GTFS files, and a dependency: devel/pyqtree | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Loïc Bartoletti <lbartoletti> | ||||||||
Component: | Individual Port(s) | Assignee: | Danilo G. Baio <dbaio> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | dbaio, python | ||||||||
Priority: | --- | Flags: | lbartoletti:
maintainer-feedback+
|
||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Loïc Bartoletti
2017-08-22 22:05:01 UTC
Created attachment 185686 [details]
new port devel/pyqtree
Created attachment 185687 [details]
new port devel/gtfslib
A commit references this bug: Author: dbaio Date: Wed Aug 30 00:25:10 UTC 2017 New revision: 448950 URL: https://svnweb.freebsd.org/changeset/ports/448950 Log: New port devel/py-pyqtree: Pure Python quad tree spatial index for GIS or rendering usage Pyqtree is a pure Python spatial index for GIS or rendering usage. It storesand quickly retrieves items from a 2x2 rectangular grid area, and grows in depth and detail as more items are added. The actual quad tree implementation is adapted from Matt Rasmussen's compbio library and extended for geospatial use. WWW: https://github.com/karimbahgat/Pyqtree PR: 221730 Submitted by: lbartoletti@tuxfamily.org Changes: head/devel/Makefile head/devel/py-pyqtree/ head/devel/py-pyqtree/Makefile head/devel/py-pyqtree/distinfo head/devel/py-pyqtree/pkg-descr A commit references this bug: Author: dbaio Date: Wed Aug 30 00:48:00 UTC 2017 New revision: 448951 URL: https://svnweb.freebsd.org/changeset/ports/448951 Log: New port devel/py-gtfslib: Library for reading GTFS-based transit data in Python An open source library in python for reading GTFS files and computing various stats and indicators about Public Transport networks. WWW: https://pypi.python.org/pypi/gtfslib PR: 221730 Submitted by: lbartoletti@tuxfamily.org Changes: head/devel/Makefile head/devel/py-gtfslib/ head/devel/py-gtfslib/Makefile head/devel/py-gtfslib/distinfo head/devel/py-gtfslib/pkg-descr Committed, I've also included plugin pyshp dependency, thanks! |