From 41a05018ce18412f66f58aa4000c637ea56146f2 Mon Sep 17 00:00:00 2001 From: Stefan Amberger <1277330+snamber@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:41:21 +0100 Subject: [PATCH] Add data ingestion sample notebook link --- sdks/python/sample-notebooks.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sdks/python/sample-notebooks.mdx b/sdks/python/sample-notebooks.mdx index 58fc176..6abaace 100644 --- a/sdks/python/sample-notebooks.mdx +++ b/sdks/python/sample-notebooks.mdx @@ -31,6 +31,14 @@ You can access the sample notebooks on [ Google Driv Colab](https://colab.research.google.com/drive/1eVYARNFnTIeQqBs6gqeay01EDvRk2EI4) + + 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. + + [ Open in + Colab](https://colab.research.google.com/drive/1QS-srlWPMJg4csc0ycn36yCX9U6mvIpW) + + Execute cells one by one using `Shift+Enter`. Most commonly used libraries are pre-installed.