Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum 15 April 2025 harus memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-26 UTC."],[[["`Array.neq()` is an Earth Engine function that performs an element-wise comparison of two arrays, returning 1 if the corresponding elements are not equal and 0 if they are equal."],["The function takes two arguments: `left` (the first array) and `right` (the second array), and it returns a new array with the comparison results."],["It's essential to be aware of data types when using `neq()`, as comparisons between different data types (e.g., float and double) might yield unexpected results due to floating-point representation."],["The function returns an empty array (`[]`) if either input array is empty."]]],[]]