|
32 | 32 | "cell_type": "markdown", |
33 | 33 | "metadata": {}, |
34 | 34 | "source": [ |
35 | | - "## Get all data product extensions\n" |
| 35 | + "## [/dataProducts](https://data.oceannetworks.ca/OpenAPI#get-/dataProducts)\n" |
| 36 | + ] |
| 37 | + }, |
| 38 | + { |
| 39 | + "cell_type": "markdown", |
| 40 | + "metadata": {}, |
| 41 | + "source": [ |
| 42 | + "### Get all data products and their individual parameters from Oceans 3.0\n" |
36 | 43 | ] |
37 | 44 | }, |
38 | 45 | { |
|
48 | 55 | "cell_type": "markdown", |
49 | 56 | "metadata": {}, |
50 | 57 | "source": [ |
51 | | - "## Get the data product extensions for a specific data product code\n", |
| 58 | + "### Get the data product options that are available for a specific data product code\n", |
52 | 59 | "\n", |
53 | | - "Return all data product extensions for the _dataProductCode_ \"TSSD\" (\"Time Series Scalar Data\").\n" |
| 60 | + "Return all data product options for the _dataProductCode_ \"**TSSD**\" (\"Time Series Scalar Data\").\n" |
54 | 61 | ] |
55 | 62 | }, |
56 | 63 | { |
|
69 | 76 | "cell_type": "markdown", |
70 | 77 | "metadata": {}, |
71 | 78 | "source": [ |
72 | | - "## Get all data product extensions available for a specific extension\n", |
| 79 | + "### Get all data product options that are available with a specific file extension\n", |
73 | 80 | "\n", |
74 | | - "Return all data product extensions which are available for the _extension_ \"pdf\".\n" |
| 81 | + "Return all data product options which are available for the _extension_ \"**pdf**\".\n" |
75 | 82 | ] |
76 | 83 | }, |
77 | 84 | { |
|
90 | 97 | "cell_type": "markdown", |
91 | 98 | "metadata": {}, |
92 | 99 | "source": [ |
93 | | - "## Get all data product extensions available for a specific data product code and specific extension\n", |
| 100 | + "### Get all data product options available for a specific data product code and specific file extension\n", |
94 | 101 | "\n", |
95 | | - "Return all data product extensions which are available for the _dataProductCode_ \"TSSD\" and _extension_ \"csv\".\n" |
| 102 | + "Return all data product options which are available for the _dataProductCode_ \"**TSSD**\" and _extension_ \"**csv**\".\n" |
96 | 103 | ] |
97 | 104 | }, |
98 | 105 | { |
|
112 | 119 | "cell_type": "markdown", |
113 | 120 | "metadata": {}, |
114 | 121 | "source": [ |
115 | | - "## Get all data product extensions which have a certain word in the name\n", |
| 122 | + "### Get all data product options which have a certain word in the data product name\n", |
116 | 123 | "\n", |
117 | | - "Return all data product extensions which have \"scalar\" in the name.\n" |
| 124 | + "Return all data product options which have \"**scalar**\" in the name.\n" |
118 | 125 | ] |
119 | 126 | }, |
120 | 127 | { |
|
133 | 140 | "cell_type": "markdown", |
134 | 141 | "metadata": {}, |
135 | 142 | "source": [ |
136 | | - "## Get all data product extensions that are available at a specific location\n", |
| 143 | + "### Get all data product options that are available at a specific location on ONCs network\n", |
137 | 144 | "\n", |
138 | | - "Return all data product extensions that are available at the location with the _locationCode_ \"BACAX\" (\"Barkley Canyon Axis (POD1)\").\n" |
| 145 | + "Return all data product options that are available at the location with the _locationCode_ \"**BACAX**\" (\"Barkley Canyon Axis (POD1)\").\n" |
139 | 146 | ] |
140 | 147 | }, |
141 | 148 | { |
|
154 | 161 | "cell_type": "markdown", |
155 | 162 | "metadata": {}, |
156 | 163 | "source": [ |
157 | | - "## Get all data product extensions that are available for a specific extension at a specific location\n", |
| 164 | + "### Get all data product options that are available for a specific file extension at a specific locationCode\n", |
158 | 165 | "\n", |
159 | | - "Return all data product extensions that are available for the _extension_ \"mat\" at the location with the _locationCode_ \"BACAX\" (\"Barkley Canyon Axis (POD1)\").\n" |
| 166 | + "Return all data product options that are available for the _extension_ \"**mat**\" at the location with the _locationCode_ \"**BACAX**\" (\"Barkley Canyon Axis (POD1)\").\n" |
160 | 167 | ] |
161 | 168 | }, |
162 | 169 | { |
|
176 | 183 | "cell_type": "markdown", |
177 | 184 | "metadata": {}, |
178 | 185 | "source": [ |
179 | | - "## Get all data product codes that are available on a specific deployed device\n", |
| 186 | + "### Get all data products and their filter parameter options that are available on a specific deployed device\n", |
180 | 187 | "\n", |
181 | | - "Return all data product codes available for a device with the _deviceCode_ \"NORTEKAQDPRO8398\".\n" |
| 188 | + "Return all data product codes available for a device with the _deviceCode_ \"**NORTEKAQDPRO8398**\".\n" |
182 | 189 | ] |
183 | 190 | }, |
184 | 191 | { |
|
197 | 204 | "cell_type": "markdown", |
198 | 205 | "metadata": {}, |
199 | 206 | "source": [ |
200 | | - "## Get all data product extensions with a specific property\n", |
201 | | - "\n", |
202 | | - "Return all data product extensions which have the property \"seawatertemperature\".\n" |
203 | | - ] |
204 | | - }, |
205 | | - { |
206 | | - "cell_type": "code", |
207 | | - "execution_count": null, |
208 | | - "metadata": {}, |
209 | | - "outputs": [], |
210 | | - "source": [ |
211 | | - "params = {\n", |
212 | | - " \"propertyCode\": \"seawatertemperature\",\n", |
213 | | - "}\n", |
214 | | - "onc.getDataProducts(params)" |
215 | | - ] |
216 | | - }, |
217 | | - { |
218 | | - "cell_type": "markdown", |
219 | | - "metadata": {}, |
220 | | - "source": [ |
221 | | - "## Get all data product extensions that are available for a specific device category\n", |
| 207 | + "### Get all data product options that are available for a specific device category\n", |
222 | 208 | "\n", |
223 | | - "Return all data product extensions which are available for the _deviceCategoryCode_ \"ADCP 150 kHz\".\n" |
| 209 | + "Return all data product options which are available for the _deviceCategoryCode_ \"**ADCP150KHZ**\".\n" |
224 | 210 | ] |
225 | 211 | }, |
226 | 212 | { |
|
252 | 238 | "name": "python", |
253 | 239 | "nbconvert_exporter": "python", |
254 | 240 | "pygments_lexer": "ipython3", |
255 | | - "version": "3.10.6" |
| 241 | + "version": "3.10.12" |
256 | 242 | }, |
257 | 243 | "mystnb": { |
258 | 244 | "remove_code_outputs": true |
|
0 commit comments