logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rasterio - command line tools for reading/writing geospatial raster data

Description

              Rasterio command line interface.

Name

       rasterio - command line tools for reading/writing geospatial raster data

Options

-v, --verbose
              Increase verbosity.

       -q, --quiet
              Decrease verbosity.

       --version
              Show the version and exit.

       --help Show this message and exit.

   Commands:
       bounds Write bounding boxes to stdout as GeoJSON.

       calc   Raster data calculator.

       clip   Clip a raster to given bounds.

       convert
              Copy and convert raster dataset.

       edit-info
              Edit dataset metadata.

       env    Print information about the rio environment.

       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.

rasterio 0.27.0                                  September 2015                                      RASTERIO(1)

Synopsis

rasterio [OPTIONS] COMMAND [ARGS]...

See Also