Skip to content

Commit feac241

Browse files
authored
Merge pull request #265 from ecmwf/docs/update_trajectory
Update trajectory docs and example with new interface
2 parents 32c765c + ba497ab commit feac241

File tree

3 files changed

+2592
-27
lines changed

3 files changed

+2592
-27
lines changed

docs/Service/Examples/timeseries_example.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
" \"step\": \"0/to/360\",\n",
3939
" \"feature\" : {\n",
4040
" \"type\" : \"timeseries\",\n",
41-
" \"points\": LOCATION,\n",
41+
" \"points\": [[LOCATION[0], LOCATION[1]]],\n",
4242
" \"axes\": \"step\",\n",
4343
" },\n",
4444
"}\n",

0 commit comments

Comments
 (0)