सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह एक ऐसा आयत बनाता है जिसकी सीमाएं, अक्षांश और देशांतर की रेखाएं होती हैं.
नतीजा, प्लानर WGS84 रेक्टैंगल होता है.
अगर (पूर्व - पश्चिम) ≥ 360 है, तो देशांतर की सीमा को -180 से +180 तक सामान्य किया जाएगा.ऐसा न होने पर, उन्हें किसी सर्कल पर मौजूद पॉइंट के तौर पर माना जाएगा. उदाहरण के लिए, पूर्व की वैल्यू, पश्चिम की वैल्यू से कम हो सकती है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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"]]