AUTHORS.txt
CHANGES.txt
LICENSE.txt
README.rst
VERSION.txt
setup.cfg
setup.py
./rasterio/__init__.py
./rasterio/coords.py
./rasterio/crs.py
./rasterio/dtypes.py
./rasterio/enums.py
./rasterio/features.py
./rasterio/fill.py
./rasterio/five.py
./rasterio/tool.py
./rasterio/transform.py
./rasterio/warp.py
./rasterio/rio/__init__.py
./rasterio/rio/bands.py
./rasterio/rio/calc.py
./rasterio/rio/cli.py
./rasterio/rio/features.py
./rasterio/rio/info.py
./rasterio/rio/main.py
./rasterio/rio/merge.py
./rasterio/rio/rio.py
./rasterio/rio/sample.py
docs/calc.rst
docs/cli.rst
docs/colormaps.rst
docs/concurrency.rst
docs/datasets.rst
docs/features.rst
docs/georeferencing.rst
docs/masks.rst
docs/options.rst
docs/reproject.rst
docs/tags.rst
docs/windowed-rw.rst
examples/async-rasterio.py
examples/concurrent-cpu-bound.py
examples/decimate.py
examples/polygonize.py
examples/rasterio_polygonize.py
examples/rasterize_geometry.py
examples/reproject.py
examples/sieve.py
examples/total.py
rasterio/_base.c
rasterio/_copy.c
rasterio/_drivers.c
rasterio/_err.c
rasterio/_example.c
rasterio/_features.c
rasterio/_fill.cpp
rasterio/_io.c
rasterio/_warp.cpp
rasterio/rasterfill.cpp
rasterio.egg-info/PKG-INFO
rasterio.egg-info/SOURCES.txt
rasterio.egg-info/dependency_links.txt
rasterio.egg-info/entry_points.txt
rasterio.egg-info/not-zip-safe
rasterio.egg-info/requires.txt
rasterio.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_band.py
tests/test_band_masks.py
tests/test_blocks.py
tests/test_colorinterp.py
tests/test_colormap.py
tests/test_coords.py
tests/test_copy.py
tests/test_crs.py
tests/test_driver_management.py
tests/test_dtypes.py
tests/test_features_bounds.py
tests/test_features_rasterize.py
tests/test_features_shapes.py
tests/test_features_sieve.py
tests/test_fillnodata.py
tests/test_indexing.py
tests/test_mask_creation.py
tests/test_meta.py
tests/test_no_georef.py
tests/test_nodata.py
tests/test_pad.py
tests/test_png.py
tests/test_read.py
tests/test_read_boundless.py
tests/test_read_resample.py
tests/test_revolvingdoor.py
tests/test_rio_bands.py
tests/test_rio_calc.py
tests/test_rio_features.py
tests/test_rio_info.py
tests/test_rio_merge.py
tests/test_rio_rio.py
tests/test_rio_sample.py
tests/test_sampling.py
tests/test_tags.py
tests/test_tool.py
tests/test_transform.py
tests/test_update.py
tests/test_warp.py
tests/test_write.py
tests/data/README.rst