rasterio.rio.edit_info module

Fetch and edit raster dataset metadata from the command line.

rasterio.rio.edit_info.all_handler(ctx, param, value)

Get tags from a template file or command line.

rasterio.rio.edit_info.colorinterp_handler(ctx, param, value)

Validate a string like red,green,blue,alpha and convert to a tuple. Also handle RGB and RGBA.

rasterio.rio.edit_info.crs_handler(ctx, param, value)

Get crs value from a template file or command line.

rasterio.rio.edit_info.tags_handler(ctx, param, value)

Get tags from a template file or command line.

rasterio.rio.edit_info.transform_handler(ctx, param, value)

Get transform value from a template file or command line.