Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/cookbook/optical_mosaic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Optical mosaics

Overview
--------

I would like to create a single raster dataset from several raster datasets by mosaicing them together. How can I do that?
A mosaic is a combination or fusion of two or more images. In SEPAL, you can create a single raster dataset from several raster datasets by mosaicing them together.
This can be achieved on both contiguous rasters (see first image below) and overlapping images (see second image below).

Expand Down
Loading