Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
Test and clean analysis based runing it manually
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed Dec 16, 2021
1 parent 7aeac67 commit 1336a35
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions content/GCP/06_running_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -197,24 +197,37 @@
"cd ~/CLASS-Examples/landsat/"
]
},
{
"cell_type": "markdown",
"id": "6ea81d23-e1b0-4cac-a3ac-fed7a9723eca",
"metadata": {},
"source": [
"Your prompt should now change showing the current directory as follows.\n",
"```\n",
"learner@essentials:~/CLASS-Examples/landsat$\n",
"```"
]
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 39,
"id": "55b628d5-6e5c-45a5-9cd3-c129db9cdcd2",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"total 28\n",
"-rw-r--r-- 1 learner learner 960 Dec 16 16:27 ReadMe.md\n",
"-rw-r--r-- 1 learner learner 72 Dec 16 16:27 clean.sh\n",
"-rw-r--r-- 1 learner learner 613 Dec 16 16:27 combine.py\n",
"-rw-r--r-- 1 learner learner 280 Dec 16 16:27 download.sh\n",
"-rw-r--r-- 1 learner learner 314 Dec 16 16:27 get-index.sh\n",
"-rw-r--r-- 1 learner learner 76 Dec 16 16:27 search.json\n",
"-rw-r--r-- 1 learner learner 783 Dec 16 16:27 search.py\n"
"total 36\n",
"-rw-r--r-- 1 learner learner 960 Dec 16 16:27 ReadMe.md\n",
"-rw-r--r-- 1 learner learner 72 Dec 16 16:27 clean.sh\n",
"-rw-r--r-- 1 learner learner 613 Dec 16 16:27 combine.py\n",
"drwxr-xr-x 4 learner learner 4096 Dec 16 16:37 \u001b[0m\u001b[01;34mdata\u001b[0m\n",
"-rw-r--r-- 1 learner learner 280 Dec 16 16:27 download.sh\n",
"-rw-r--r-- 1 learner learner 314 Dec 16 16:27 get-index.sh\n",
"drwxr-xr-x 2 learner learner 4096 Dec 16 16:43 \u001b[01;34moutput\u001b[0m\n",
"-rw-r--r-- 1 learner learner 76 Dec 16 16:27 search.json\n",
"-rw-r--r-- 1 learner learner 783 Dec 16 16:27 search.py\n"
]
}
],
Expand Down Expand Up @@ -730,7 +743,7 @@
}
],
"source": [
"install -dv output/\n",
"mkdir -v output/\n",
"sudo apt-get install python3-rasterio --yes"
]
},
Expand Down

0 comments on commit 1336a35

Please sign in to comment.