3 Commits

Author SHA1 Message Date
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