Skip to content

Commit

Permalink
add further description
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuguinay committed Mar 26, 2024
1 parent b1f0c7b commit dfae2ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/Lines_functionality.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@
"id": "WBD3_FSbOysM"
},
"source": [
"### Bottom Data Reading"
"### Bottom Data Reading\n",
"\n",
"To start this tutorial, we first download EVL data from Echoregion's github repository and parse the EVL file using Echoregion's `read_evl` function. \n",
"\n",
"The parsing is based off of the EVL data description shown on Echoview's website: https://support.echoview.com/WebHelp/Using_Echoview/Exporting/Exporting_Data/Exporting_line_data.htm."
]
},
{
Expand Down Expand Up @@ -101,7 +105,7 @@
},
"outputs": [],
"source": [
"# Store the object's data in a dataframe\n",
"# Grab lines dataframe\n",
"lines_df = lines.data"
]
},
Expand Down

0 comments on commit dfae2ff

Please sign in to comment.