aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-rasterio
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.1.5Sunpoet Po-Chuan Hsieh2020-06-142-4/+4
| | | | | | | Changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt Notes: svn path=/head/; revision=538774
* Add PLOT and S3 optionsSunpoet Po-Chuan Hsieh2020-05-171-0/+7
| | | | Notes: svn path=/head/; revision=535609
* Add compiler:c++11-lang to USES to fix build on GCC-based systems:Mark Linimon2020-05-131-1/+1
| | | | | | | | | cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=535142
* Add py-rasterio 1.1.4Sunpoet Po-Chuan Hsieh2020-05-083-0/+41
Rasterio reads and writes geospatial raster data. Geographic information systems use GeoTIFF and other formats to organize and store gridded, or raster, datasets. Rasterio reads and writes these formats and provides a Python API based on N-D arrays. WWW: https://github.com/mapbox/rasterio Notes: svn path=/head/; revision=534419