Skip to content

Commit

Permalink
Merge branch 'main' into update_chunking
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaok authored Oct 25, 2023
2 parents 9dec1e5 + 5d0c4b3 commit a3569ca
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ parts:
title: Advanced OpenEO (UDF)
- file: part3/advanced_ufunc
title: Advanced OpenEO (Ufunc)
- file: part3/advanced_worflow
- file: part3/advanced_workflow
title: Advanced OpenEO (Workflow)

- caption: Beyond the workshop
Expand Down
1 change: 1 addition & 0 deletions tutorial/part1/motivation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Introduction and Motivation
1 change: 1 addition & 0 deletions tutorial/part1/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Overview of the Pangeo ecosystem
1 change: 1 addition & 0 deletions tutorial/part2/placeholder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Agenda
34 changes: 34 additions & 0 deletions tutorial/part3/advanced_udf.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"cells": [
{
"cell_type": "markdown",
"source": [
"# OpenEO - User Defined Functions"
],
"metadata": {
"collapsed": false
}
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
34 changes: 34 additions & 0 deletions tutorial/part3/advanced_ufunc.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"cells": [
{
"cell_type": "markdown",
"source": [
"# OpenEO - User Functions"
],
"metadata": {
"collapsed": false
}
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
34 changes: 34 additions & 0 deletions tutorial/part3/advanced_workflow.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"cells": [
{
"cell_type": "markdown",
"source": [
"# OpenEO - Advanced Workflows"
],
"metadata": {
"collapsed": false
}
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 0
}

0 comments on commit a3569ca

Please sign in to comment.