From 3d084606798b7d7775e78b217ef8da63a8619b75 Mon Sep 17 00:00:00 2001
From: bnachit <btissam.nachit@capgemini.com>
Date: Wed, 13 Mar 2024 11:18:02 +0100
Subject: [PATCH] BIOMASS-3142 integration bps btk : update icon and
 description of btk

---
 devfiles/btk/meta.yaml | 6 +++---
 index.json             | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devfiles/btk/meta.yaml b/devfiles/btk/meta.yaml
index f9ec922..0677bef 100644
--- a/devfiles/btk/meta.yaml
+++ b/devfiles/btk/meta.yaml
@@ -1,5 +1,5 @@
-displayName: BRIX-2
-description: BRIX-2 with Gdal, geopandas, numpy and scipy
+displayName: BTK
+description: BTK stack with bps/btk packages
 tags: ["Jupyter", "Maap"]
-icon: /images/brix-2.png
+icon: /images/Jupyter_logo.svg
 globalMemoryLimit: 2674Mi
diff --git a/index.json b/index.json
index 29a6746..060ee7e 100644
--- a/index.json
+++ b/index.json
@@ -54,12 +54,12 @@
   },
   {
     "displayName": "BTK",
-    "description": "BTK stack with gdal, numpy, etc...",
+    "description": "BTK stack with bps/btk packages",
     "tags": [
       "Python",
       "Maap"
     ],
-    "icon": "/images/brix-2.png",
+    "icon": "/images/Jupyter_logo.svg",
     "globalMemoryLimit": "5000Mi",
     "links": {
       "self": "/devfiles/btk/devfile.yaml"
-- 
GitLab