From 5f1ffda588753a6f8b836fe188413d2f3c297eb9 Mon Sep 17 00:00:00 2001 From: cassienickles Date: Tue, 4 Jun 2024 13:42:39 -0700 Subject: [PATCH] update language to be for lakes not rivers --- notebooks/GIS/SWOTshp_CSVconversion.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/GIS/SWOTshp_CSVconversion.ipynb b/notebooks/GIS/SWOTshp_CSVconversion.ipynb index 66df02c8..d8e6ca3e 100644 --- a/notebooks/GIS/SWOTshp_CSVconversion.ipynb +++ b/notebooks/GIS/SWOTshp_CSVconversion.ipynb @@ -67,7 +67,7 @@ "metadata": {}, "source": [ "### Search for SWOT data\n", - "Let's start our search for River Vector Shapefiles in North America. SWOT files come in \"reach\" and \"node\" versions in the same collection, here we want the 10km reaches rather than the nodes. We will also only get files for North America, or 'NA' and can call out a specific pass number that we want. Each dataset has it's own shortname associate with it, for the SWOT River shapefiles, it is SWOT_L2_HR_RiverSP_2.0." + "Let's start our search for Lake Vector Shapefiles in North America. SWOT files come in \"Prior\", \"Obs\" or \"Unassigned\" versions in the same collection, here we want the Prior Lakes from the Prior Lake Database. We will also only get files for North America, or 'NA' and can call out a specific pass number that we want. Each dataset has it's own shortname associate with it, for the SWOT Lake shapefiles, it is SWOT_L2_HR_LakeSP_2.0." ] }, {