Skip to content

Commit

Permalink
Updated MVP
Browse files Browse the repository at this point in the history
  • Loading branch information
kvantricht committed May 31, 2024
1 parent 9870ac9 commit b9c5792
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion notebooks/test_mvp.ipynb
Original file line number Diff line number Diff line change
@@ -1,12 +1,39 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## This should hold the WorldCereal System V1 demo"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Test if the environment is working\n",
"import catboost\n",
"import torch\n",
"import openeo\n",
"# import gfmap"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Test OpenEO connection"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Test"
"c = openeo.connect(\"openeo.dataspace.copernicus.eu\").authenticate_oidc()"
]
}
],
Expand Down

0 comments on commit b9c5792

Please sign in to comment.