rio-color
Color correction plugin for rasterio
File Explorer
Download Latest Version (.zip)- test.yml
- dependabot.yml
- combos.jpg
- gamma_blue.jpg
- gamma_green.jpg
- gamma_red.jpg
- saturation.jpg
- sigmoidal_bias.jpg
- sigmoidal_contrast.jpg
- __init__.py
- cli.py
- __init__.py
- colorspace.pyx
- operations.py
- utils.py
- workers.py
- optimize_color.py
- rgb16.tif
- rgb8.tif
- rgba8.tif
- test_cli.py
- test_colorspace.py
- test_operations.py
- test_utils.py
- test_workers.py
- .gitignore
- .pre-commit-config.yaml
- CHANGES.txt
- CODEOWNERS
- CONTRIBUTING.md
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
- requirements-dev.txt
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
git clone https://github.com/mapbox/rio-color
Downloads the entire project code from GitHub to your computer.
cd rio-color
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install -U pip
Installs the package published on PyPI directly โ no need to clone the source.
pip install rio-color
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install -U pip
Installs the package published on PyPI directly โ no need to clone the source.
pip install rio-color
Installs the package published on PyPI directly โ no need to clone the source.
pip install -r requirements-dev.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
Pulled directly from this repo's README.
