ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
[[["সহজে বোঝা যায়","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-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `coordinates()` method returns a GeoJSON-style list of a geometry's coordinates, specifically for a bounding box (BBox) geometry."],["It takes a Geometry object, specifically a BBox, as input and returns a list of coordinates."],["This method can be used to extract the coordinates of a bounding box for further processing or analysis within the Earth Engine environment."],["Example code snippets are provided in JavaScript and Python to demonstrate the usage and output of the `coordinates()` method."]]],["The `coordinates()` method, when applied to a `Geometry` object (like `BBox`), returns a list representing the geometry's coordinates in GeoJSON format. For instance, a `BBox` defined by specific coordinates, when using the method, outputs a list of these coordinates. Examples provided demonstrate the method's usage in JavaScript and Python, showcasing how to define a `BBox`, extract its coordinates, and display the geometry on a map.\n"]]