Examples
Let's discover Source Code Examples.
Kubeflow Notebooks
To view all available notebooks, visit the Notebooks tab in the Kubeflow UI. Once you have selected a notebook, you can view its details, and click on "Connect" to interact with the notebook whenever you're ready:
-
The Kernel Planckster example notebook tos show to connect to Kernel Planckster and view the scraped data obtained when running the Kubeflow pipelines. For more information on Kernel Planckster's API, please refer to the corresponding guide
-
The Disaster tracking example notebook shows how to get the data and run cv plotting and sutff like that
-
Additionally, the Disaster scraper example notebook exemplify how to get the data from the sources. You can build your own scraper notebook to get data from a new source by following the same structure.
Data Scrapers
We are providing a set of data scrapers that you can use to get data from different sources. The source code is freely available on their corresponding repositories. You can take these scrapers as a starting point to build your own scrapers to get data from new sources:
- The Sentinel scraper for Sentinel satellite data
- The Twitter scraper for Twitter data
- The Telegram scraper to scrape Telegram channels
- The Augmentation scraper, that runs at the end of the other three scrapers, to augment the data