Duyuru: 15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için ticari olmayan uygunluğu doğrulaması gerekir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-26 UTC."],[[["The `Feature.getNumber()` method extracts a numerical property from a given feature."],["This method requires the feature object and the name of the property as input, returning the numerical value of that property."]]],["This function extracts a property from a feature object. It utilizes the `Feature.getNumber(property)` method, returning a Number. The function takes two arguments: `this`, representing the feature object (of type Element) from which to extract the data, and `property`, a String specifying the desired property to retrieve. The function retrieves a numeric value associated with the provided property name.\n"]]