rio-faux

Create empty image from a model.


Keywords
rasterio
License
BSD-3-Clause
Install
pip install rio-faux==0.2.1

Documentation

rio-faux

rio-tiler

Now you can share your dataset!

Test Coverage Package version Downloads Downloads


Documentation: https://cogeotiff.github.io/rio-faux/

Source Code: https://github.com/cogeotiff/rio-faux


Create a copy of your dataset without copying the data.

Install

$ pip install -U pip
$ pip install rio-faux

Or install from source:

$ pip install -U pip
$ pip install git+https://github.com/cogeotiff/rio-faux.git

Usage

$ rio faux --help
Usage: rio faux [OPTIONS] INPUT OUTPUT

  Create empty copy.

Options:
  --forward-band-tags         Forward band tags to output bands.
  --forward-dataset-tags      Forward dataset tags to output image.
  --co, --profile NAME=VALUE  Driver specific creation options. See the documentation for the selected output driver for more information.
  --config NAME=VALUE         GDAL configuration options.
  --help                      Show this message and exit.
$ rio faux tests/fixtures/cog_band_tags.tif out.tif

Contribution & Development

See CONTRIBUTING.md

Changes

See CHANGES.md.

License

See LICENSE