hello I have install python rio plugin to add color ramp in some DEM datasets. I have install using download from GitHub .
but if I run rio --help in cmd then :
C:\Windows\System32>rio --help
Usage: rio [OPTIONS] COMMAND [ARGS]...
Rasterio command line interface.
Options:
-v, --verbose Increase verbosity.
-q, --quiet Decrease verbosity.
--aws-profile TEXT Selects a profile from your shared AWS credentials file
--version Show the version and exit.
--gdal-version
--help Show this message and exit.
Commands:
atmos † Warning: could not load plugin. See `rio.exe atmos --help`.
blocks Write dataset blocks as GeoJSON features.
bounds Write bounding boxes to stdout as GeoJSON.
calc Raster data calculator.
clip Clip a raster to given bounds.
color † Warning: could not load plugin. See `rio.exe color --help`.
convert Copy and convert raster dataset.
edit-info Edit dataset metadata.
env Print information about the Rasterio environment.
gcps Print ground control points as GeoJSON.
info Print information about a data file.
insp Open a data file and start an interpreter.
mask Mask in raster using features.
merge Merge a stack of raster datasets.
overview Construct overviews in an existing dataset.
rasterize Rasterize features.
sample Sample a dataset.
shapes Write shapes extracted from bands or masks.
stack Stack a number of bands into a multiband dataset.
transform Transform coordinates.
warp Warp a raster dataset.
but in atmos and in color I take this message :
atmos † Warning: could not load plugin. See `rio.exe atmos --help`.
color † Warning: could not load plugin. See `rio.exe color --help`.
I need more setting or more install package to work ?