Skip to content

Commit

Permalink
cleared outputs, minor spell changes
Browse files Browse the repository at this point in the history
  • Loading branch information
npikall committed Sep 2, 2024
1 parent 01240a1 commit 467a550
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 69 deletions.
88 changes: 21 additions & 67 deletions unit_01/02_unit-conversions.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions unit_01/02_unit-conversions_exercise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"metadata": {},
"outputs": [],
"source": [
"# nothing in this cell needs to be changed\n",
"# NOTHING IN THIS CELL NEEDS TO BE CHANGED\n",
"def preprocess_data(dc, nodata_val=-9999, scale_factor=0.1, band='VV'):\n",
" '''\n",
" This function preprocesses the Sentinel-1 data by handling the nodata values and scaling the data.\n",
Expand Down Expand Up @@ -146,7 +146,7 @@
"metadata": {},
"outputs": [],
"source": [
"# nothing in this cell needs to be changed\n",
"# NOTHING IN THIS CELL NEEDS TO BE CHANGED\n",
"def calc_mean(array, convert:bool= False) -> dict:\n",
" '''\n",
" This function calculates the mean of the Sentinel-1 data.\n",
Expand Down

0 comments on commit 467a550

Please sign in to comment.