// BISMILLAHIRRAHMANNIRRAHIM// Content:// 1. Image Preparation// 2. Image Processing// 3. Image Visualization// 4. Image Classification// 5. Exporting Data// We will use the Sentinel-2 Surface Reflection product.// When in doubt, see the GEE documentation. All of the function and dataset guide is available there////////////////////////////////////////////////////// 1. IMAGE PREPARATION //////////////////////////////////////////////////////first, draw a polygon geometry for the study area//Display the geometryMap.addLayer(geometry, {}, 'Area of Interest')// This dataset has already been atmospherically corrected (surface reflectnce... read more
Time Elapsed inside a Grid Cell
Menghitung Waktu yang dihabiskan di dalam suatu grid cell.
Biasanya dilakukan dalam mengolah data tracking GPS.Hal ini juga sangat penting apabila ingin melakukan analisis dalam pergerakan hewan yang ditrack menggunakan GPS.Ada beberapa langkah yang bisa dilakukan:
Filtering
Filtering berguna untuk menghilangkan data-data yang error atau rusak.Contohnya seperti apabila hewan yang ditag adalah hewan aquatik, akan tetapi data yang diperoleh menunjukkan koordinat pada daratan. Ini merupakan suatu hal yang tidak mungkin, sehingga perlu dilakukan filtering atau menghilangkan data error tersebut.Contoh lainnya apabila ada pencatatan waktu yang sama dalam koordinat yang berbeda. Ini juga merupakan suatu hal yang... read more
[ How To Run Julia in Cloud ]
Even tough julia was made to optimize hyper computation, often times the workload still surpass desktop computer capabilities. Once I tried running omniscape in a gaming pc with ryzen 9 5900x 16gb RAM, and the computation process still taking 80 days. To overcome this, I tried cloud computing services like Julia Hub, GCP, AWS, etc. I think this is the right solution because I can access much more powerful machine easily (If you have fine budget, there’s this 1TB RAM to up your game)
in Julia Hub
The easiest way to run Julia in... read more