Skip to content

Commit

Permalink
Merge pull request #276 from up42/sdk-30sec-fix
Browse files Browse the repository at this point in the history
Fixes block's display name in 30 seconds workflow example.
  • Loading branch information
jmigueldelgado authored Dec 6, 2021
2 parents 0d15bc1 + ac826ad commit 093682b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/30-second-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
7 changes: 2 additions & 5 deletions examples/guides/30-seconds-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
},
Expand Down Expand Up @@ -129,9 +129,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "up42-py",
"language": "python",
"name": "up42-py"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -143,9 +141,8 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 093682b

Please sign in to comment.