Skip to content

Commit

Permalink
Merge pull request #37 from OceanNetworksCanada/quickfix-doc
Browse files Browse the repository at this point in the history
doc: fix inconsistent params and typo
  • Loading branch information
kan-fu authored May 27, 2024
2 parents b7f057e + 9f77de4 commit 4e8f2dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/Tutorial/onc_Library_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
"source": [
"### 2.1 Near real-time scalar data download\n",
"\n",
"In this example we want to download one minute of **Pressure** sensor data from a **CTD** at location \"Bullseye\"\" (locationCode: **NC89**)\n"
"In this example we want to download one minute of **Pressure** sensor data from a **CTD** at location \"Bullseye\" (locationCode: **NC89**)\n"
]
},
{
Expand All @@ -409,9 +409,9 @@
"params = {\n",
" \"locationCode\": \"NC89\",\n",
" \"deviceCategoryCode\": \"CTD\",\n",
" \"dateFrom\": \"2017-01-20T00:00:00.000Z\",\n",
" \"dateFrom\": \"2020-06-20T00:00:00.000Z\",\n",
" \"propertyCode\": \"pressure\",\n",
" \"dateTo\": \"2017-01-20T00:01:00.000Z\",\n",
" \"dateTo\": \"2020-06-20T00:00:10.000Z\",\n",
"}\n",
"\n",
"# 2. Call methods in the onc library\n",
Expand Down Expand Up @@ -468,7 +468,7 @@
"source": [
"### 2.2 Near real-time raw data readings\n",
"\n",
"In this example we want to download one minute of raw data from a **CTD** at location \"Bullseye\"\" (locationCode: **NC89**)\n"
"In this example we want to download one minute of raw data from a **CTD** at location \"Bullseye\" (locationCode: **NC89**)\n"
]
},
{
Expand Down

0 comments on commit 4e8f2dc

Please sign in to comment.