Skip to content

Commit

Permalink
83_actinia.ipynb -> 85_actinia.ipynb; use main actinia.mundialis.de s…
Browse files Browse the repository at this point in the history
…erver
  • Loading branch information
neteler committed Nov 27, 2023
1 parent 290484e commit bb2520e
Showing 1 changed file with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"id": "42bf165a",
"metadata": {},
"source": [
"[![image](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://demo.leafmap.org/lab/index.html?path=notebooks/83_actinia.ipynb)\n",
"[![image](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/giswqs/leafmap/blob/master/examples/notebooks/83_actinia.ipynb)\n",
"[![image](https://img.shields.io/badge/Open-Planetary%20Computer-black?style=flat&logo=microsoft)](https://pccompute.westeurope.cloudapp.azure.com/compute/hub/user-redirect/git-pull?repo=https://github.com/giswqs/leafmap&urlpath=lab/tree/leafmap/examples/notebooks/83_actinia.ipynb&branch=master)\n",
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/giswqs/leafmap/blob/master/examples/notebooks/83_actinia.ipynb)\n",
"[![image](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://demo.leafmap.org/lab/index.html?path=notebooks/85_actinia.ipynb)\n",
"[![image](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/giswqs/leafmap/blob/master/examples/notebooks/85_actinia.ipynb)\n",
"[![image](https://img.shields.io/badge/Open-Planetary%20Computer-black?style=flat&logo=microsoft)](https://pccompute.westeurope.cloudapp.azure.com/compute/hub/user-redirect/git-pull?repo=https://github.com/giswqs/leafmap&urlpath=lab/tree/leafmap/examples/notebooks/85_actinia.ipynb&branch=master)\n",
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/giswqs/leafmap/blob/master/examples/notebooks/85_actinia.ipynb)\n",
"[![image](https://mybinder.org/badge_logo.svg)](https://gishub.org/leafmap-binder)\n",
"\n",
"Uncomment the following line to install [leafmap](https://leafmap.org) and dependencies if needed."
Expand Down Expand Up @@ -107,9 +107,7 @@
"from actinia import Actinia\n",
"\n",
"# connect to default actinia server (https://actinia.mundialis.de)\n",
"# actinia_mundialis = Actinia()\n",
"# connect to a private actinia server\n",
"actinia_mundialis = Actinia(\"https://actinia-dev.mundialis.de\", \"v3\")\n",
"actinia_mundialis = Actinia()\n",
"\n",
"# retrieve metadata about actinia server and related software versions\n",
"version = actinia_mundialis.get_version()\n",
Expand Down Expand Up @@ -253,9 +251,9 @@
"metadata": {},
"outputs": [],
"source": [
"# remove leftover mapset from previous run\n",
"actinia_mundialis.locations[\"latlong_wgs84\"].delete()\n",
"#print([loc for loc in actinia_mundialis.locations()])\n",
"# remove leftover location from previous run\n",
"#actinia_mundialis.locations[\"latlong_wgs84\"].delete()\n",
"#\n",
"# remove leftover mapset from previous run\n",
"locations[\"latlong_wgs84\"].delete_mapset(\"elevation\")"
]
Expand Down

0 comments on commit bb2520e

Please sign in to comment.