Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Feb 29, 2024
1 parent 7a6e1ce commit 9fbba50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Intertidal_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"source": [
"# Intertidal Elevation variables\n",
"start_date = \"2019\" # Start date for analysis\n",
"end_date = \"2019\" # End date for analysis\n",
"end_date = \"2021\" # End date for analysis\n",
"resolution = 10 # Spatial resolution used for output files\n",
"crs = \"EPSG:3577\" # Coordinate Reference System (CRS) to use for output files\n",
"ndwi_thresh = 0.1 # Threshold used to identify dry/wet transition\n",
Expand Down

0 comments on commit 9fbba50

Please sign in to comment.