- Imam Wahyu Amanullah, Universiti Teknikal Melaka Malaysia, Malaysia
- Fadhlil Rizki Muhammad, The University of Melbourne, Australia
- Akhmad Faqih, IPB University, Indonesia
Pra-Instalasi: Unduh kode sumber (.zip) dan ekstrak dalam sebuah folder contoh: Downloads / SEACOAPP-main
Unduh dan unzip data observasi (CMEMS-data observasi satelit). https://drive.google.com/file/d/13XoX2OxtWl-0VAq4kd9hsRXIuOnOdt-5/view?usp=sharing Tempatkan file unzip di Downloads / SEACOAPP-main.
Instalasi:
- Pastikan Python 3 diinstal
- Buka CMD
- ketik "cd Downloads / SEACOAPP-main" pada prompt cmd. (tanpa tanda kutip)
- Instal modul yang diperlukan di file reqs.txt
ketik: pip install -r reqs.txt
Saat ini, ada bug di dash-renderer. Oleh karena itu, kami menyarankan untuk memasang paksa versi lama dari dash-renderer
tulis lagi: pip install --no-dep dash-renderer==1.1.2
-
Jalankan programnya python seacoapp.py
-
Terminal akan menampilkan link localhost untuk aplikasi tersebut. Salin tautan dan tempel di browser web
contoh: http://127.0.0.1:XXXX/
- Pastikan Python 3 diinstal
- Buka terminal
- Tulis "cd Downloads / SEACOAPP-main" di terminal. (tanpa kutipan)
- Instal modul yang diperlukan di file reqs.txt
ketik: pip install -r reqs.txt
Saat ini, ada bug di dash-renderer. Oleh karena itu, kami menyarankan untuk memasang paksa versi lama dari penyaji dasbor
tulis lagi: pip install --no-dep dash-renderer == 1.1.2
-
Jalankan programnya python seacoapp.py
-
Terminal akan menampilkan tautan localhost untuk aplikasi tersebut. Salin tautan dan tempel di browser web
contoh: http://127.0.0.1:XXXX/
Pre-Installation: Download the source code (.zip) and unpack it in a folder example: Downloads/SEACOAPP-main
Download and unzip the observation data (CMEMS-satellite observation data). https://drive.google.com/file/d/13XoX2OxtWl-0VAq4kd9hsRXIuOnOdt-5/view?usp=sharing Place the unzipped file in the Downloads/SEACOAPP-main.
Installation:
- Make sure Python 3 is installed
- Open CMD
- Write "cd Downloads/SEACOAPP-main" in the cmd prompt. (without quote)
- Install the requred modules in file reqs.txt
write: pip install -r reqs.txt
We recommend to force install the older verison of dash-renderer, due to the bug in the newest version.
write again:
pip install --no-dep dash-renderer==1.1.2
-
Run the program python seacoapp.py
-
The terminal will show the localhost link for the app. Copy the link and paste it on web browser
example : http://127.0.0.1:XXXX/
- Make sure Python 3 is installed
- Open terminal
- Write "cd Downloads/SEACOAPP-main" in the terminal. (without quote)
- Install the requred modules in file reqs.txt
write: pip install -r reqs.txt
We recommend to force install the older verison of dash-renderer, due to the bug in the newest version.
write again:
pip install --no-dep dash-renderer==1.1.2
-
Run the program python seacoapp.py
-
The terminal will show the localhost link for the app. Copy the link and paste it on web browser
example : http://127.0.0.1:XXXX/
https://github.com/fadhlilRmuhammad/ReGISFEST2020/releases/tag/IndoSLR-v2.0