Skip to content

Commit

Permalink
Updating example notebook outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysrevans3 committed Mar 15, 2024
1 parent 7460838 commit ab83a13
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions example/example_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 21,
"metadata": {},
"outputs": [
{
Expand All @@ -30,7 +30,7 @@
" 'collection': 'cmip6',\n",
" 'geometry': None,\n",
" 'id': 'CMIP6.CMIP.MOHC.UKESM1-0-LL.Amon.tas.v20191210',\n",
" 'member_of_recipes': {'cmip6': '73c90e423f9cbc6bcc5bc446b5d21e19'},\n",
" 'member_of_recipes': {'cmip6': 'cce91d867703049b5f46f227d8d71bad'},\n",
" 'properties': { 'activity_id': 'CMIP',\n",
" 'datetime': None,\n",
" 'experiment_id': 'historical',\n",
Expand All @@ -51,7 +51,7 @@
" 'collection': 'cmip6',\n",
" 'geometry': None,\n",
" 'id': 'CMIP6.CMIP.MOHC.UKESM1-0-LL.Amon.tas.v20190502',\n",
" 'member_of_recipes': {'cmip6': '73c90e423f9cbc6bcc5bc446b5d21e19'},\n",
" 'member_of_recipes': {'cmip6': 'cce91d867703049b5f46f227d8d71bad'},\n",
" 'properties': { 'activity_id': 'CMIP',\n",
" 'datetime': None,\n",
" 'experiment_id': 'historical',\n",
Expand All @@ -67,7 +67,7 @@
" 'stac_extensions': [],\n",
" 'stac_version': '1.0.0',\n",
" 'type': 'Feature'}\n",
"Processed 2 elasticsearch records in 0:00:27.579150\n"
"Processed 2 elasticsearch records in 0:00:22.534546\n"
]
}
],
Expand All @@ -86,17 +86,30 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 22,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Usage: stac_generator [OPTIONS]\n",
"Try 'stac_generator --help' for help.\n",
"\n",
"Error: Missing option '--conf' / '-c'.\n"
"{ 'assets': {},\n",
" 'extent': {'spatial': {'bbox': None}, 'temporal': {'interval': None}},\n",
" 'id': 'cmip6',\n",
" 'license': '',\n",
" 'member_of_recipes': {},\n",
" 'providers': [],\n",
" 'stac_extensions': [],\n",
" 'stac_version': '1.0.0',\n",
" 'summaries': { 'activity_id': ['CMIP'],\n",
" 'institution_id': ['MOHC'],\n",
" 'mip_era': ['CMIP6'],\n",
" 'source_id': ['UKESM1-0-LL'],\n",
" 'table_id': ['Amon'],\n",
" 'var_id': ['tas'],\n",
" 'version': ['v20191210', 'v20190502']},\n",
" 'type': 'Collection'}\n",
"Processed 1 elasticsearch records in 0:00:00.078646\n"
]
}
],
Expand Down

0 comments on commit ab83a13

Please sign in to comment.