Skip to content

Commit

Permalink
GEE draft
Browse files Browse the repository at this point in the history
  • Loading branch information
profLewis committed Dec 17, 2021
1 parent 7f1d219 commit 04a12e5
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 12 deletions.
24 changes: 12 additions & 12 deletions notebooks/017_Functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@
},
{
"cell_type": "code",
"execution_count": 30,
"execution_count": 32,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -1650,7 +1650,7 @@
},
{
"cell_type": "code",
"execution_count": 31,
"execution_count": 33,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1683,7 +1683,7 @@
},
{
"cell_type": "code",
"execution_count": 32,
"execution_count": 34,
"metadata": {},
"outputs": [
{
Expand All @@ -1692,7 +1692,7 @@
"[12, -0.0, 24]"
]
},
"execution_count": 32,
"execution_count": 34,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -1743,7 +1743,7 @@
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 35,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -1763,7 +1763,7 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 36,
"metadata": {},
"outputs": [
{
Expand All @@ -1772,7 +1772,7 @@
"[12.0, -0.0, 24.0]"
]
},
"execution_count": 34,
"execution_count": 36,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -1804,7 +1804,7 @@
},
{
"cell_type": "code",
"execution_count": 38,
"execution_count": 37,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1840,7 +1840,7 @@
},
{
"cell_type": "code",
"execution_count": 44,
"execution_count": 38,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1900,7 +1900,7 @@
},
{
"cell_type": "code",
"execution_count": 42,
"execution_count": 39,
"metadata": {
"solution2": "hidden"
},
Expand Down Expand Up @@ -1967,7 +1967,7 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 40,
"metadata": {
"solution2": "hidden"
},
Expand Down Expand Up @@ -2074,7 +2074,7 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 41,
"metadata": {
"solution2": "hidden"
},
Expand Down
Loading

0 comments on commit 04a12e5

Please sign in to comment.