Now you can share your dataset!
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.
$ 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
$ 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
See CONTRIBUTING.md
See CHANGES.md.
See LICENSE