Skip to content

Commit cea7dcb

Browse files
Add Sentinel-2 Mosaic to the list of examples (#58)
1 parent 425c5c6 commit cea7dcb

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

guides/datasets/ingest-format.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@ collection = dataset.get_or_create_collection("FeatherMeasurements")
7676
collection.ingest(data)
7777
```
7878
</CodeGroup>
79+
80+
## GeoParquet
81+
82+
Please check out the [Ingesting data](/guides/datasets/ingest) guide for an example of ingesting a GeoParquet file.

sdks/python/sample-notebooks.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ More examples can be found throughout the docs.
4141
Colab](https://colab.research.google.com/drive/1QS-srlWPMJg4csc0ycn36yCX9U6mvIpW)
4242

4343
</Accordion>
44+
<Accordion title="Sentinel-2 Cloud-free Mosaic">
45+
Created with Tilebox Workflows, this 10m resolution mosaic highlights distributed, auto-parallelizing capabilities.
46+
Data from `Copernicus Dataspace` was reprojected on `CloudFerro` (intermediate products on AWS S3), and the final composite was built locally using auto-parallelized team notebooks.
47+
48+
[<Icon icon="arrow-up-right-from-square" /> Open the Mosaic](https://examples.tilebox.com/sentinel2_mosaic)
49+
50+
[<Icon icon="arrow-up-right-from-square" /> Open in
51+
Github](https://github.com/tilebox/examples/tree/main/s2-cloudfree-mosaic)
52+
53+
</Accordion>
4454
</AccordionGroup>
4555

4656
Execute cells one by one using `Shift+Enter`. Most commonly used libraries are pre-installed.

vale/styles/config/vocabularies/docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ point in time
6363
bool
6464
boolean
6565
(?i)modis
66+
reprojected

0 commit comments

Comments
 (0)