Created attachment 185685 [details] new port devel/gtfslib gtfslib is an open source library in python for reading GTFS (see https://fr.wikipedia.org/wiki/General_Transit_Feed_Specification) files and computing various stats and indicators about Public Transport networks. Poudriere 10, 11 i386/amd64 OK Portlint ok Tested on 11 amd64.
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!