Skip to content

Commit

Permalink
groundwater-recharge-estimation/index.ipynb: Minor cleanup.
Browse files Browse the repository at this point in the history
- codespell
- Remove a comment that is redundant to the what is in the code.
- Follow up to #838

PiperOrigin-RevId: 653791427
  • Loading branch information
schwehr authored and copybara-github committed Jul 18, 2024
1 parent f8d8b1c commit 3be7ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/groundwater-recharge-estimation/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@
" band on the selected frequency.\n",
"\n",
" coll: (ee.ImageCollection) only one band can be handled\n",
" freq: (int) corresponds to the resampling frequence\n",
" freq: (int) corresponds to the resampling frequency\n",
" unit: (str) corresponds to the resampling time unit.\n",
" must be 'day', 'month' or 'year'\n",
" scale_factor (float): scaling factor used to get our value in the good unit\n",
Expand Down Expand Up @@ -1027,7 +1027,7 @@
},
"outputs": [],
"source": [
"# Combine precipitation and evapotranspiration, and sort the collection.\n",
"# Combine precipitation and evapotranspiration.\n",
"meteo = pr_m.combine(pet_m).sort(\"system:time_start\")\n",
"\n",
"# Import meteorological data as an array at the location of interest.\n",
Expand Down

0 comments on commit 3be7ddf

Please sign in to comment.