Skip to content

Commit

Permalink
Update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Feb 29, 2024
1 parent adfe9af commit 7a6e1ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 468 deletions.
4 changes: 2 additions & 2 deletions notebooks/Intertidal_elevation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,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 Expand Up @@ -1915,7 +1915,7 @@
}
],
"source": [
"# Create output folder. If it doesn't exist, create it\n",
"# Create output folder if it doesn't exist\n",
"output_dir = f\"data/interim/{study_area}/{start_date}-{end_date}\"\n",
"os.makedirs(output_dir, exist_ok=True)\n",
"\n",
Expand Down
Loading

0 comments on commit 7a6e1ce

Please sign in to comment.