diff --git a/README.md b/README.md index 342f695c1..7f70a2169 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ project = up42.initialize_project() # Construct workflow workflow = project.create_workflow(name="30-seconds-workflow", use_existing=True) #print(up42.get_blocks(basic=True)) -input_tasks = ["Sentinel-2 L2A (GeoTIFF)", +input_tasks = ["Sentinel-2 L2A Visual (GeoTIFF)", "Sharpening Filter"] workflow.add_workflow_tasks(input_tasks) diff --git a/docs/30-second-example.md b/docs/30-second-example.md index 1f7911ae0..42b4ea3b8 100644 --- a/docs/30-second-example.md +++ b/docs/30-second-example.md @@ -22,7 +22,7 @@ project = up42.initialize_project() # Construct workflow workflow = project.create_workflow(name="30-seconds-workflow", use_existing=True) #print(up42.get_blocks(basic=True)) -input_tasks = ["Sentinel-2 L2A (GeoTIFF)", +input_tasks = ["Sentinel-2 L2A Visual (GeoTIFF)", "Sharpening Filter"] workflow.add_workflow_tasks(input_tasks) diff --git a/examples/guides/30-seconds-example.ipynb b/examples/guides/30-seconds-example.ipynb index cdc5c9082..bf3f341bb 100644 --- a/examples/guides/30-seconds-example.ipynb +++ b/examples/guides/30-seconds-example.ipynb @@ -41,7 +41,7 @@ "# Construct workflow\n", "workflow = project.create_workflow(name=\"30-seconds-workflow\", use_existing=True)\n", "#print(up42.get_blocks(basic=True))\n", - "input_tasks = [\"Sentinel-2 L2A Visual (GeoTIFF)\", \"Sharpening Filter\"]\n", + "input_tasks = [\"Sentinel-2 L2A Visual Visual (GeoTIFF)\", \"Sharpening Filter\"]\n", "workflow.add_workflow_tasks(input_tasks)" ] }, @@ -129,9 +129,7 @@ ], "metadata": { "kernelspec": { - "display_name": "up42-py", "language": "python", - "name": "up42-py" }, "language_info": { "codemirror_mode": { @@ -143,9 +141,8 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.3" } }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +}