rio merge alternative optimized for RGBA
Project Description
A `rio merge` alternative optimized for large RGBA scenetifs
`rio merge-rgba` is a CLI with nearly identical arguments to `rio merge`. They accomplish the same task, merging many rasters into one. The differences are in the implementation:
`rio merge-rgba`::
1. only accepts 4-band RGBA rasters
2. writes the destination data to disk rather than an in-memory array
3. reads/writes in windows corresponding to the destination block layout
4. once a window is filled with data values, the rest of the source files are skipped for that window
This is both faster and more memory efficient but limited to RGBA rasters.
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
rio_merge_rgba-0.4.0-py2.py3-none-any.whl (6.0 kB) Copy SHA256 hash SHA256 | Wheel | py2.py3 | Feb 5, 2018 |
rio-merge-rgba-0.4.0.tar.gz (6.0 kB) Copy SHA256 hash SHA256 | Source | None | Feb 5, 2018 |