Skip to content

Commit

Permalink
Merge pull request #266 from ecmwf/develop
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
mathleur authored Nov 18, 2024
2 parents a63a7ab + feac241 commit 48c8dec
Show file tree
Hide file tree
Showing 3 changed files with 2,592 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs/Service/Examples/timeseries_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
" \"step\": \"0/to/360\",\n",
" \"feature\" : {\n",
" \"type\" : \"timeseries\",\n",
" \"points\": LOCATION,\n",
" \"points\": [[LOCATION[0], LOCATION[1]]],\n",
" \"axes\": \"step\",\n",
" },\n",
"}\n",
Expand Down
Loading

0 comments on commit 48c8dec

Please sign in to comment.