Skip to content

Commit

Permalink
Merge pull request #259 from ecmwf/develop
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
mathleur authored Nov 15, 2024
2 parents 98ecee4 + 6f21e64 commit 099523a
Show file tree
Hide file tree
Showing 12 changed files with 85 additions and 957 deletions.
14 changes: 1 addition & 13 deletions docs/Service/Examples/boundingbox_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
"# Bounding Box Example"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from datetime import date, timedelta\n",
"\n",
"\n",
"yesterday = (date.today() - timedelta(1)).strftime('%Y%m%d')"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -86,7 +74,7 @@
" \"class\": \"od\",\n",
" \"stream\" : \"enfo\",\n",
" \"type\" : \"pf\",\n",
" \"date\" : yesterday, # Note: date must be within the last two days\n",
" \"date\" : -1, # Note: date must be within the last two days\n",
" \"time\" : \"0000\",\n",
" \"levtype\" : \"sfc\",\n",
" \"expver\" : \"0001\", \n",
Expand Down
14 changes: 1 addition & 13 deletions docs/Service/Examples/polygon_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
"# Polygon Example"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from datetime import date, timedelta\n",
"\n",
"\n",
"yesterday = (date.today() - timedelta(1)).strftime('%Y%m%d')"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -31,7 +19,7 @@
" \"class\": \"od\",\n",
" \"stream\" : \"enfo\",\n",
" \"type\" : \"pf\",\n",
" \"date\" : yesterday, # Note: date must be within the last two days\n",
" \"date\" : -1, # Note: date must be within the last two days\n",
" \"time\" : \"1200\",\n",
" \"levtype\" : \"sfc\",\n",
" \"expver\" : \"0001\",\n",
Expand Down
Loading

0 comments on commit 099523a

Please sign in to comment.