13 Commits

Author SHA1 Message Date
martin
c408d02ea6 Update py-rasterio to 1.1.7. 2020-10-06 11:02:34 +00:00
martin
083e262a00 Update py-rasterio to 1.1.6. 2020-09-17 09:41:06 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
martin
161d4872d9 Update py-rasterio to 1.1.5. 2020-06-08 19:11:10 +00:00
martin
c6724fcca6 Update py-rasterio to 1.1.4. 2020-05-19 17:34:54 +00:00
martin
cd5f87f01b Update to py-rasterio-1.1.3. 2020-02-27 11:47:34 +00:00
landry
9402239039 Remove python2 FLAVOR, migrate to python3 by default.
ok martin@ (MAINTAINER) sthen@ kmos@
2020-02-25 10:01:17 +00:00
martin
698fd5e92c Update to 1.1.2, fix tests and take MAINTAINER
ok kmos@
2020-01-07 08:27:50 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
landry
98f7190aeb Update to py-rasterio 1.0.22. 2019-05-03 16:33:25 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
landry
4f91270d43 Import py-rasterio 1.0.8.
Rasterio's goal is a raster data library, expressing GDAL's data model
using fewer non-idiomatic extension classes and more idiomatic Python
types and protocols, while performing as fast as GDAL's Python bindings.

Geographic information systems use GeoTIFF and other formats to organize
and store gridded raster datasets such as satellite imagery and terrain
models. Rasterio reads and writes these formats and provides a Python
API based on Numpy N-dimensional arrays and GeoJSON.

geo/py-rasterio is to GDAL what geo/py-fiona is to OGR.

ok/tweaks mariani@
2019-02-22 13:52:26 +00:00