AUTHORS.txt
CHANGES.txt
LICENSE.txt
README.rst
VERSION.txt
pyproject.toml
setup.cfg
setup.py
./rasterio/__init__.py
./rasterio/_loading.py
./rasterio/_path.py
./rasterio/_show_versions.py
./rasterio/control.py
./rasterio/coords.py
./rasterio/drivers.py
./rasterio/dtypes.py
./rasterio/enums.py
./rasterio/env.py
./rasterio/errors.py
./rasterio/features.py
./rasterio/fill.py
./rasterio/io.py
./rasterio/mask.py
./rasterio/merge.py
./rasterio/path.py
./rasterio/plot.py
./rasterio/profiles.py
./rasterio/rpc.py
./rasterio/sample.py
./rasterio/session.py
./rasterio/tools.py
./rasterio/transform.py
./rasterio/vrt.py
./rasterio/warp.py
./rasterio/windows.py
./rasterio/rio/__init__.py
./rasterio/rio/blocks.py
./rasterio/rio/bounds.py
./rasterio/rio/calc.py
./rasterio/rio/clip.py
./rasterio/rio/convert.py
./rasterio/rio/edit_info.py
./rasterio/rio/env.py
./rasterio/rio/gcps.py
./rasterio/rio/helpers.py
./rasterio/rio/info.py
./rasterio/rio/insp.py
./rasterio/rio/main.py
./rasterio/rio/mask.py
./rasterio/rio/merge.py
./rasterio/rio/options.py
./rasterio/rio/overview.py
./rasterio/rio/rasterize.py
./rasterio/rio/rm.py
./rasterio/rio/sample.py
./rasterio/rio/shapes.py
./rasterio/rio/stack.py
./rasterio/rio/transform.py
./rasterio/rio/warp.py
docs/cli.rst
docs/contributing.rst
docs/faq.rst
docs/index.rst
docs/installation.rst
docs/intro.rst
docs/quickstart.rst
docs/api/index.rst
docs/api/rasterio._base.rst
docs/api/rasterio._env.rst
docs/api/rasterio._err.rst
docs/api/rasterio._example.rst
docs/api/rasterio._features.rst
docs/api/rasterio._filepath.rst
docs/api/rasterio._fill.rst
docs/api/rasterio._io.rst
docs/api/rasterio._loading.rst
docs/api/rasterio._transform.rst
docs/api/rasterio._warp.rst
docs/api/rasterio.control.rst
docs/api/rasterio.coords.rst
docs/api/rasterio.crs.rst
docs/api/rasterio.drivers.rst
docs/api/rasterio.dtypes.rst
docs/api/rasterio.enums.rst
docs/api/rasterio.env.rst
docs/api/rasterio.errors.rst
docs/api/rasterio.features.rst
docs/api/rasterio.fill.rst
docs/api/rasterio.io.rst
docs/api/rasterio.mask.rst
docs/api/rasterio.merge.rst
docs/api/rasterio.path.rst
docs/api/rasterio.plot.rst
docs/api/rasterio.profiles.rst
docs/api/rasterio.rio.blocks.rst
docs/api/rasterio.rio.bounds.rst
docs/api/rasterio.rio.calc.rst
docs/api/rasterio.rio.clip.rst
docs/api/rasterio.rio.convert.rst
docs/api/rasterio.rio.edit_info.rst
docs/api/rasterio.rio.env.rst
docs/api/rasterio.rio.gcps.rst
docs/api/rasterio.rio.helpers.rst
docs/api/rasterio.rio.info.rst
docs/api/rasterio.rio.insp.rst
docs/api/rasterio.rio.main.rst
docs/api/rasterio.rio.mask.rst
docs/api/rasterio.rio.merge.rst
docs/api/rasterio.rio.options.rst
docs/api/rasterio.rio.overview.rst
docs/api/rasterio.rio.rasterize.rst
docs/api/rasterio.rio.rm.rst
docs/api/rasterio.rio.rst
docs/api/rasterio.rio.sample.rst
docs/api/rasterio.rio.shapes.rst
docs/api/rasterio.rio.stack.rst
docs/api/rasterio.rio.transform.rst
docs/api/rasterio.rio.warp.rst
docs/api/rasterio.rpc.rst
docs/api/rasterio.rst
docs/api/rasterio.sample.rst
docs/api/rasterio.session.rst
docs/api/rasterio.shutil.rst
docs/api/rasterio.tools.rst
docs/api/rasterio.transform.rst
docs/api/rasterio.vrt.rst
docs/api/rasterio.warp.rst
docs/api/rasterio.windows.rst
docs/topics/calc.rst
docs/topics/color.rst
docs/topics/concurrency.rst
docs/topics/configuration.rst
docs/topics/datasets.rst
docs/topics/errors.rst
docs/topics/features.rst
docs/topics/fillnodata.rst
docs/topics/georeferencing.rst
docs/topics/image_options.rst
docs/topics/image_processing.rst
docs/topics/index.rst
docs/topics/masking-by-shapefile.rst
docs/topics/masks.rst
docs/topics/memory-files.rst
docs/topics/migrating-to-v1.rst
docs/topics/overviews.rst
docs/topics/plotting.rst
docs/topics/profiles.rst
docs/topics/reading.rst
docs/topics/reproject.rst
docs/topics/resampling.rst
docs/topics/switch.rst
docs/topics/tags.rst
docs/topics/transforms.rst
docs/topics/virtual-warping.rst
docs/topics/vsi.rst
docs/topics/windowed-rw.rst
docs/topics/writing.rst
examples/async-rasterio.py
examples/decimate.py
examples/polygonize.py
examples/rasterio_polygonize.py
examples/rasterize_geometry.py
examples/reproject.py
examples/sieve.py
examples/thread_pool_executor.py
examples/total.py
rasterio/_base.c
rasterio/_base.pxd
rasterio/_base.pyx
rasterio/_env.c
rasterio/_env.pxd
rasterio/_env.pyx
rasterio/_err.c
rasterio/_err.pxd
rasterio/_err.pyx
rasterio/_example.c
rasterio/_example.pyx
rasterio/_features.c
rasterio/_features.pxd
rasterio/_features.pyx
rasterio/_filepath.cpp
rasterio/_filepath.pxd
rasterio/_filepath.pyx
rasterio/_fill.cpp
rasterio/_fill.pyx
rasterio/_io.c
rasterio/_io.pxd
rasterio/_io.pyx
rasterio/_transform.c
rasterio/_transform.pyx
rasterio/_version.c
rasterio/_version.pxd
rasterio/_version.pyx
rasterio/_warp.cpp
rasterio/_warp.pxd
rasterio/_warp.pyx
rasterio/crs.c
rasterio/crs.pxd
rasterio/crs.pyx
rasterio/gdal.pxi
rasterio/shutil.c
rasterio/shutil.pyx
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/README.rst
tests/__init__.py
tests/conftest.py
tests/rangehttpserver.py
tests/test__env.py
tests/test__version.py
tests/test_band.py
tests/test_band_masks.py
tests/test_blocks.py
tests/test_boundless_read.py
tests/test_checksum.py
tests/test_cli_main.py
tests/test_colorinterp.py
tests/test_colormap.py
tests/test_complex_dtypes.py
tests/test_coords.py
tests/test_creation_options.py
tests/test_crs.py
tests/test_data_paths.py
tests/test_dataset.py
tests/test_dataset_mask.py
tests/test_dataset_rw.py
tests/test_deprecated.py
tests/test_descriptions.py
tests/test_driver_management.py
tests/test_driver_policy.py
tests/test_dtypes.py
tests/test_enums.py
tests/test_env.py
tests/test_err.py
tests/test_features.py
tests/test_filepath.py
tests/test_fillnodata.py
tests/test_gcps.py
tests/test_gdal_raster_io.py
tests/test_image_structure.py
tests/test_indexing.py
tests/test_int8.py
tests/test_io.py
tests/test_io_mixins.py
tests/test_mask.py
tests/test_mask_creation.py
tests/test_memoryfile.py
tests/test_merge.py
tests/test_meta.py
tests/test_no_georef.py
tests/test_nodata.py
tests/test_open.py
tests/test_open_options.py
tests/test_open_overview_level.py
tests/test_open_sharing.py
tests/test_options.py
tests/test_overviews.py
tests/test_pad.py
tests/test_path.py
tests/test_plot.py
tests/test_png.py
tests/test_process_pool_executor.py
tests/test_profile.py
tests/test_read.py
tests/test_read_boundless.py
tests/test_read_dtype.py
tests/test_read_resample.py
tests/test_reshape_image.py
tests/test_revolvingdoor.py
tests/test_rio_blocks.py
tests/test_rio_bounds.py
tests/test_rio_calc.py
tests/test_rio_clip.py
tests/test_rio_convert.py
tests/test_rio_edit_info.py
tests/test_rio_gcp.py
tests/test_rio_helpers.py
tests/test_rio_info.py
tests/test_rio_insp.py
tests/test_rio_main.py
tests/test_rio_mask.py
tests/test_rio_merge.py
tests/test_rio_options.py
tests/test_rio_overview.py
tests/test_rio_rasterize.py
tests/test_rio_rm.py
tests/test_rio_sample.py
tests/test_rio_shapes.py
tests/test_rio_stack.py
tests/test_rio_warp.py
tests/test_rpcs.py
tests/test_sampling.py
tests/test_scale_offset.py
tests/test_session.py
tests/test_show_versions.py
tests/test_shutil.py
tests/test_subdatasets.py
tests/test_tag_item.py
tests/test_tag_ns.py
tests/test_tags.py
tests/test_thread_pool_executor.py
tests/test_threading.py
tests/test_tools.py
tests/test_transform.py
tests/test_units.py
tests/test_update.py
tests/test_vrt.py
tests/test_warnings.py
tests/test_warp.py
tests/test_warp_transform.py
tests/test_warpedvrt.py
tests/test_windows.py
tests/test_windows_mixins.py
tests/test_write.py
tests/data/README.rst