File size: 974 Bytes
d48b6bc
111175c
 
 
be36740
4a9c2fa
be36740
d48b6bc
111175c
 
 
d48b6bc
 
111175c
 
be36740
 
 
 
 
 
 
 
 
f13bb96
 
 
17a6940
f13bb96
17a6940
f13bb96
8022f28
 
 
 
f13bb96
 
17a6940
f13bb96
 
 
 
 
17a6940
f13bb96
 
 
111175c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: >-
  'SADCP_VIWER', Navigate and deep dive in the ocean current mesured
  by Ship Acoustic Doppler Current Profiler(SADCP)
emoji: 🌊⛴
colorFrom: pink
colorTo: blue
sdk: docker
pinned: true
license: mit
short_description: Enjoy the Research data collected by EURO-GO-SHIP!
---

DOI: 

# How to run the web-app on a docker instance
```
git clone https://huggingface.co/spaces/SADCPVIEW/Test
```
You have all you need (Dockerfile, requirements, code) in this repo



# How to run the web-app on your PC

- Download the configuration

```
git clone https://huggingface.co/spaces/SADCPVIEW/Test
```

- Download the data.tar file as shown in the Dockerfile.



- Create python enviroment and run the code

```
micromamba create -n sadcpview python=3.11
micromamba activate sadcpview
cd Test
pip install -r requirements.txt
panel serve  app.py
```

- access the web app!

Above panel command will show the web app address. Just check that with your favorite browser!