Version: 1.2.10, Package name: py-rasterio-1.2.10 |
Maintained by: Martin Reindl |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description 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. |
Filesize: 2201.155 KB |
Version History (View Complete History) |
|
2021-11-13 09:04:04 by Martin Reindl | Files touched by this commit (2) |
Log message: Update py-rasterio to 1.2.10. |
2021-11-01 18:01:18 by Stuart Henderson | Files touched by this commit (110) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-09-08 01:18:47 by Martin Reindl | Files touched by this commit (2) |
Log message: Update py-rasterio to 1.2.7. |
2021-04-29 02:23:19 by Martin Reindl | Files touched by this commit (2) |
Log message: Update py-rasterio to 1.2.3. |
2021-03-26 02:48:22 by Martin Reindl | Files touched by this commit (2) |
Log message: Update py-rasterio to 1.2.1. |
2021-01-29 02:59:40 by Martin Reindl | Files touched by this commit (4) |
Log message: Update py-rasterio to 1.2.0. |
2021-01-20 17:26:47 by Daniel Dickman | Files touched by this commit (1) |
Log message: add missing RDEP on py-attrs; from wen heping |
2021-01-04 07:06:39 by Stuart Henderson | Files touched by this commit (242) |
Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 |
2020-11-30 02:06:00 by Martin Reindl | Files touched by this commit (2) |
Log message: Update py-rasterio to 1.1.8. |
2020-10-06 05:02:34 by Martin Reindl | Files touched by this commit (2) |
Log message: Update py-rasterio to 1.1.7. |
2020-09-17 03:41:06 by Martin Reindl | Files touched by this commit (2) |
Log message: Update py-rasterio to 1.1.6. |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-06-08 13:11:10 by Martin Reindl | Files touched by this commit (2) |
Log message: Update py-rasterio to 1.1.5. |
2020-05-19 11:34:54 by Martin Reindl | Files touched by this commit (2) |
Log message: Update py-rasterio to 1.1.4. |
2020-02-27 04:47:34 by Martin Reindl | Files touched by this commit (2) |
Log message: Update to py-rasterio-1.1.3. |
2020-02-25 03:01:17 by Landry Breuil | Files touched by this commit (2) |
Log message: Remove python2 FLAVOR, migrate to python3 by default. ok martin@ (MAINTAINER) sthen@ kmos@ |
2020-01-07 01:27:50 by Martin Reindl | Files touched by this commit (3) |
Log message: Update to 1.1.2, fix tests and take MAINTAINER ok kmos@ |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-15 06:04:43 by Kurt Mosiejczuk | Files touched by this commit (167) |
Log message: 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-03 10:33:25 by Landry Breuil | Files touched by this commit (3) |
Log message: Update to py-rasterio 1.0.22. |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: 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. |