Skip to content

Commit

Permalink
CLI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
erialC-P committed Aug 22, 2024
1 parent 1553511 commit 26bf6ae
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions notebooks/Intertidal_CLI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,10 @@
"# study_area_list = []\n",
"\n",
"epoch_list = [\n",
" # (\"2016\", \"2018\"),\n",
" # (\"2017\", \"2019\"),\n",
" # (\"2018\", \"2020\"),\n",
" # (\"2019\", \"2019\"),\n",
" (\"2019\", \"2021\"),\n",
" # (\"2016\", \"2017\", \"2018\"),\n",
" # (\"2017\", \"2018\", \"2019\"),\n",
" # (\"2018\", \"2019\", \"2020\"),\n",
" (\"2019\", \"2020\", \"2021\"),\n",
"]\n",
"\n",
"for tile in study_area_list:\n",
Expand Down Expand Up @@ -428,7 +427,7 @@
"outputs": [],
"source": [
"# %%time\n",
"# !python -m intertidal.composites --study_area {study_area} --start_date {start_date} --end_date {end_date} --threshold_lowtide {threshold_lowtide} --threshold_hightide {threshold_hightide}"
"# !python -m intertidal.composites --study_area {study_area} --start_date {start_date} --end_date {end_date} --label_date {label_date} --threshold_lowtide {threshold_lowtide} --threshold_hightide {threshold_hightide}"
]
},
{
Expand All @@ -450,16 +449,16 @@
"outputs": [],
"source": [
"# epoch_list = [\n",
"# # (\"2016\", \"2018\"),\n",
"# # (\"2018\", \"2020\"),\n",
"# (\"2019\", \"2021\"),\n",
"# # (\"2020\", \"2022\"),\n",
" # (\"2016\", \"2017\", \"2018\"),\n",
" # (\"2017\", \"2018\", \"2019\"),\n",
" # (\"2018\", \"2019\", \"2020\"),\n",
" (\"2019\", \"2020\", \"2021\"),\n",
"# ]\n",
"\n",
"# for start_date, end_date in epoch_list:\n",
"# print(start_date, end_date)\n",
"# !python -m intertidal.elevation --config_path {config_path} --study_area {study_area} --start_date {start_date} --end_date {end_date} --modelled_freq {modelled_freq} --tideline_offset_distance {tideline_offset_distance} {exposure_offsets} {output_auxiliaries}\n",
"# !python -m intertidal.composites --config_path {config_path} --study_area {study_area} --start_date {start_date} --end_date {end_date} --threshold_lowtide {threshold_lowtide} --threshold_hightide {threshold_hightide}"
"# for start_date, label_date, end_date in epoch_list:\n",
"# print(start_date, label_date, end_date)\n",
"# !python -m intertidal.elevation --config_path {config_path} --study_area {study_area} --start_date {start_date} --end_date {end_date} --label_date {label_date} --modelled_freq {modelled_freq} --tideline_offset_distance {tideline_offset_distance} {exposure_offsets} {output_auxiliaries}\n",
"# !python -m intertidal.composites --config_path {config_path} --study_area {study_area} --start_date {start_date} --end_date {end_date} --label_date {label_date} --threshold_lowtide {threshold_lowtide} --threshold_hightide {threshold_hightide}"
]
}
],
Expand Down

0 comments on commit 26bf6ae

Please sign in to comment.