Skip to content

Commit

Permalink
Update all notebooks to unify Docker-specific commands and add one new.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Pechnikov committed Feb 17, 2024
1 parent a751f97 commit b2d63b0
Show file tree
Hide file tree
Showing 18 changed files with 14,780 additions and 2,286 deletions.
2 changes: 0 additions & 2 deletions notebooks/GoldenValley.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9009,7 +9009,6 @@
}
],
"source": [
"%%time\n",
"years = ((stl_sbas.date.max() - stl_sbas.date.min()).dt.days/365.25).item()\n",
"print ('years', np.round(years, 3))\n",
"velocity_sbas = stl_sbas.trend.mean('date')/years\n",
Expand Down Expand Up @@ -12169,7 +12168,6 @@
}
],
"source": [
"%%time\n",
"years = ((stl_ps.date.max() - stl_ps.date.min()).dt.days/365.25).item()\n",
"print ('years', np.round(years, 3))\n",
"velocity_ps = stl_ps.trend.mean('date')/years\n",
Expand Down
Loading

0 comments on commit b2d63b0

Please sign in to comment.