Skip to content

Commit 19ce1ed

Browse files
committed
Add more details about how mosaics are created by rslearn.
1 parent 7e4a425 commit 19ce1ed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/examples/ProgrammaticWindows.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,12 @@ images. EuroSAT only provides one image, so we need to materialize the image tim
340340
series using rslearn.
341341
342342
Update the dataset configuration file with a new layer. We will call it "sentinel2_ts",
343-
and it downloads up to four Sentinel-2 L2A mosaics from Microsoft Planetary Computer,
344-
creating the mosaics starting with the least cloudy Sentinel-2 scenes.
343+
and it downloads up to four Sentinel-2 L2A mosaics from Microsoft Planetary Computer.
344+
rslearn will create the mosaics by stitching together individual Sentinel-2 scenes
345+
until together they cover the window bounds, and the `sort_by` option ensures that
346+
rslearn will add scenes starting with the least cloudy ones. Only scenes captured
347+
within the time range of our windows (which we specified as January to December 2018
348+
when converting the dataset) will be used.
345349
346350
```json
347351
{

0 commit comments

Comments
 (0)