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.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kenarları enlem ve boylam çizgileri olan bir dikdörtgen oluşturur.
Sonuç, düzlemsel bir WGS84 dikdörtgenidir.
(Doğu - batı) ≥ 360 ise boylam aralığı -180 ile +180 arasında normalleştirilir; aksi takdirde, bir çember üzerindeki noktaları belirtiyormuş gibi değerlendirilir (ör. doğu, sayısal olarak batıdan daha az olabilir).
[[["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."],[[["Creates a rectangular geometry using latitude and longitude coordinates, representing a planar area in WGS84."],["The longitude range is normalized to -180 to +180 if it spans 360 degrees or more; otherwise, it's treated as a circular range."],["Input coordinates for the bounding box include west, south, east, and north, with adjustments made for values exceeding latitude limits."]]],["This describes creating a WGS84 rectangle using latitude and longitude. The function `BBox` takes four float arguments: `west`, `south`, `east`, and `north`, representing the rectangle's boundaries. Longitude values are normalized to -180 to +180 if the difference between `east` and `west` is 360 or more; otherwise they define points on a circle. Latitude values are clamped between -90 and +90. The function returns a Geometry object.\n"]]