aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-rasterio
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove PYNUMPYSunpoet Po-Chuan Hsieh2021-03-031-2/+2
| | | | Notes: svn path=/head/; revision=567178
* Update to 1.2.0Sunpoet Po-Chuan Hsieh2021-01-262-4/+5
| | | | | | | Changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt Notes: svn path=/head/; revision=562816
* Clean up RUN_DEPENDS after r559531 (USES=python:3.6+)Sunpoet Po-Chuan Hsieh2021-01-101-1/+0
| | | | Notes: svn path=/head/; revision=560955
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 1.1.8Sunpoet Po-Chuan Hsieh2020-11-062-4/+4
| | | | | | | Changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt Notes: svn path=/head/; revision=554240
* Update to 1.1.7Sunpoet Po-Chuan Hsieh2020-10-022-4/+4
| | | | | | | Changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt Notes: svn path=/head/; revision=550919
* Update to 1.1.6Sunpoet Po-Chuan Hsieh2020-09-202-4/+4
| | | | | | | Changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt Notes: svn path=/head/; revision=549137
* 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