diff --git a/examples/notebooks/83_actinia.ipynb b/examples/notebooks/85_actinia.ipynb similarity index 97% rename from examples/notebooks/83_actinia.ipynb rename to examples/notebooks/85_actinia.ipynb index 6700cf0720..045bb47919 100644 --- a/examples/notebooks/83_actinia.ipynb +++ b/examples/notebooks/85_actinia.ipynb @@ -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." @@ -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", @@ -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\")" ]