./wip/py-rasterio, Fast and direct raster I/O for Python programmers who use Numpy

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5.1nb9, Package name: py310-rasterio-0.5.1nb9, Maintainer: jihbed.research

Fast and direct raster I/O for Python programmers who use Numpy


Required to run:
[devel/py-setuptools] [geography/gdal-lib] [math/py-numpy] [devel/py-cython] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 579469d8942de95ad7c07d3ac455b3bf71d84564
Filesize: 250.75 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-14 19:42:48 by Greg Troxel | Files touched by this commit (8)
Log message:
revbump from proj

   2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208)
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
   2014-02-02 22:11:17 by Kamel Derouiche | Files touched by this commit (3)
Log message:

	Changes
=======

0.5.1 (2014-02-02)
------------------
- Add mask option to shapes() function (#26).
- Add rasterio.insp interactive interpreter.

0.5 (2014-01-22)
----------------
- Access to shapes of raster features via GDALPolygonize (#20).
- Raster feature sieving (#21).
- Registration and de-registration of drivers via context managers (#22).

0.4 (2013-12-19)
----------------
- Add nodatavals property (#13).
- Allow nodata to be set when opening file to write (#17).

0.3 (2013-12-15)
----------------
- Drop six dependency (#9)
- Add crs_wkt attribute (#10).
- Add bounds attribute and ul() method (#11).
- Add block_windows property (#7).
- Enable windowed reads and writes (#6).
- Use row,column ordering in window tuples as in Numpy (#13).
- Add documentation on windowed reading and writing.

0.2 (2013-11-24)
----------------
- Band indexes start at 1 (#2).
- Decimation or replication of pixels on read and write (#3).
- Add rasterio.copy() (#5).

0.1 (2013-11-07)
----------------
- Reading and writing of GeoTIFFs, with examples.
   2014-01-15 22:00:45 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-rasterio-0.4 as wip/py-rasterio.

Fast and direct raster I/O for Python programmers who use Numpy