संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एक या उससे ज़्यादा टेबल में मौजूद फ़ीचर पर मनमुताबिक कैलकुलेशन लागू करके, फ़ीचर के सेट का हिसाब लगाता है. नतीजे, इमेज की सूची के तौर पर दिखाए जाते हैं.
एचटीटीपी अनुरोध
POST https://earthengine.googleapis.com/v1/{project=projects/*}/imageCollection:computeImages
Google Cloud Platform प्रोजेक्ट का प्रोजेक्ट आईडी या प्रोजेक्ट नंबर, जिसे इस अनुरोध के लिए सेवा उपभोक्ता माना जाना चाहिए. फ़ॉर्मैट projects/{project-id} है.
अनुमति पाने के लिए, दिए गए संसाधन project पर IAM की यह अनुमति ज़रूरी है:
earthengine.computations.create
अनुरोध का मुख्य भाग
अनुरोध के मुख्य भाग में नीचे दिए गए स्ट्रक्चर वाला डेटा होता है:
हर पेज पर नतीजों की ज़्यादा से ज़्यादा संख्या. हो सकता है कि सर्वर, अनुरोध की गई इमेज से कम इमेज दिखाए. अगर पेज साइज़ की जानकारी नहीं दी गई है, तो डिफ़ॉल्ट रूप से हर पेज पर 1,000 नतीजे दिखेंगे.
pageToken
string
नतीजों के उस पेज की पहचान करने वाला टोकन जिसे सर्वर को दिखाना चाहिए. आम तौर पर, यह imageCollection.computeImages वाले तरीके के पिछले कॉल से मिली ComputeImagesResponse.next_page_token की वैल्यू होती है.
workloadTag
string
इस कैलकुलेशन को ट्रैक करने के लिए, उपयोगकर्ता का दिया गया टैग.
जवाब का मुख्य भाग
EarthEngineService.ComputeImages के लिए रिस्पॉन्स मैसेज.
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
नतीजों का अगला पेज पाने के लिए टोकन. नतीजों का अगला पेज पाने के लिए, imageCollection.computeImages तरीके के अगले कॉल में ComputeImagesRequest.page_token फ़ील्ड में यह वैल्यू पास करें.
अनुमति के दायरे
इसके लिए, OAuth के इनमें से किसी एक स्कोप की ज़रूरत होती है:
[[["समझने में आसान है","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-03-06 (UTC) को अपडेट किया गया."],[[["The `imageCollection.computeImages` method computes features from one or more tables using an arbitrary computation and returns results as a list of images."],["Users can specify the `expression` to define the computation, `pageSize` to limit results per page, `pageToken` for pagination, and `workloadTag` for tracking."],["Successful responses include a list of `images` (EarthEngineAssets) and a `nextPageToken` for retrieving additional results."],["Authentication requires specific OAuth scopes like `https://www.googleapis.com/auth/earthengine` or `https://www.googleapis.com/auth/cloud-platform`."]]],["The `computeImages` method processes features from tables using a user-defined expression. A POST request is sent to a specific URL, including the project ID. The request body contains the computation `expression`, `pageSize` to control result count, `pageToken` for pagination, and a `workloadTag` for tracking. The response returns a list of `images` and a `nextPageToken` for subsequent result pages. Authorization requires specific OAuth scopes. An IAM permission (`earthengine.computations.create`) is required on the specified project.\n"]]