Skip to content
Merged
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
8 changes: 8 additions & 0 deletions sdks/python/sample-notebooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ You can access the sample notebooks on [<Icon icon="google-drive" /> Google Driv
Colab](https://colab.research.google.com/drive/1eVYARNFnTIeQqBs6gqeay01EDvRk2EI4)

</Accordion>
<Accordion title="MODIS-based Custom Dataset Ingestion Demo">
This notebook demonstrates how to ingest data into a Custom Dataset. In this case we are using a sample dataset from the [MODIS instrument](https://lpdaac.usgs.gov/products/mcd12q1v006/) which
we have prepared.

[<Icon icon="arrow-up-right-from-square" /> Open in
Colab](https://colab.research.google.com/drive/1QS-srlWPMJg4csc0ycn36yCX9U6mvIpW)

</Accordion>
</AccordionGroup>

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