#BelajarGEE12 — Google Earth Engine Apps
Make Your Own Shareable Interactive Map
Halo Semuanya,
It’s been a while since I made an update in the #BelajarGEE series, instead discuss scripts or code customization, we’re going to talk about something else. Well, besides sharing scripts via the Get Link button in the Code Editor, Google Earth Engine (GEE) has other ways to share the code with your friends who are not really into coding things. This can be done with GEE Apps.
Sudah lama sejak saya terakhir memperbarui seri tulisan #BelajarGEE, namun kali ini saya tidak akan menjelaskan tentang pembuatan script melainkan sesuatu yang lain. Well, selain dapat saling berbagi script melalui tombol get link pada Code Editor, Google Earth Engine (GEE) juga punya cara lain untuk berbagi kepada rekan kalian yang nggak terlalu into soal pembuatan script (ngoding tipis-tipis). Hal tersebut dapat dilakukan dengan GEE Apps.
Shortly, GEE Apps is a feature to turn your scripts in the code editor into “Applications” or interactive maps. You can check out some of the examples here.
Jadi, singkatnya GEE Apps adalah fitur untuk membuat script yang kita buat dalam code editor menjadi “Aplikasi” atau peta interaktif. Contoh-contoh Apps dapat dilihat di sini.
Obviously, You Need a Script
Chill, I’ve already made a script for this content, just click here. Or want to use your own script? it’s up to you.
Santai, tidak perlu repot-repot membuat script, cukup ke sini saja. Atau ingin memakai script kalian sendiri? silakan saja.
Manage Apps
Click the Apps button to open the list of your applications, then click New App.
Klik tombol Apps untuk membuka list aplikasi yang sebelumnya pernah dibuat, kemudian klik New App.
Define the app name and you can also customize the URL name based on your personal preferences.
Tentukan nama aplikasinya dan edit URL sesuai preferensi masing-masing.
Don’t forget to create the Google Cloud Project and put your application in it. Click Next.
Jangan lupa membuat Google Cloud Project dan memasukkan apps yang akan di publish ke dalamnya. Klik Next.
Select the Current contents of editor option to create a GEE Application from the currently opened script.
Pilih opsi Current contents of editor untuk membuat GEE Apps dari script yang sedang kalian buka sekarang.
Publishing The App
Again, there are also several options to choose. Starting from the Apps Gallery restriction, thumbnail and logo customization. Hit the Publish button.
Lagi, ini juga ada beberapa opsi yang bisa dipilih. Mulai dari batasan Apps Gallery bisa dilihat oleh publik atau tidak (restriksi), thumbnail hingga kustomisasi logo. Setelah itu klik tombol Publish.
Wait for a second, then the interactive map is can be accessed in the application list and the link can be shared like this.
Tunggu sejenak, lalu peta interaktif tersebut langsung aksesibel pada list aplikasi sekaligus linknya dapat di share seperti ini.
What if You Change the Script?
Ok, here’s what to do if there is any change in your script, whether change the script itself, update the data, change thumbnail or logo, change the interactive map restrictions, etc. First, go to the Manage Apps menu, choose ID, select the overwrite with current contents of editor option, finally click Update.
Baik, ini adalah yang harus dilakukan jika ada perubahan di script, entah mengganti satu dua hal kecil, updating data, ganti thumbnail atau logo, mengubah restriksi dll . Pertama pergi ke menu Manage Apps, pilih ID kemudian pilih opsi overwrite with current contents of editor, terakhir klik Update.
Oh, I almost forgot that we can also share links to Apps Gallery apart from sharing interactive maps with links. Who knows, people will be interested in your other maps as well.
Oh, saya hampir lupa, selain bisa sharing peta interaktif dengan link, kita juga dapat membagikan link menuju Apps Gallery. Siapa tahu orang-orang akan tertarik dengan peta milik kita yang lainnya.
There are a lot of things that can be explored from GEE, I’ll be back with something more interesting.