सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एक ऐसा आईडी बनाता है जिसका इस्तेमाल, किसी कलेक्शन की कई इमेज के ऐनिमेशन वाली इमेज को रेंडर करने के लिए किया जा सकता है.
इसका इस्तेमाल GetVideoThumbnailPixels के साथ किया जाता है. videoThumbnails.create को कॉल करने पर, आपको एक्सप्रेशन और आउटपुट के कुछ विकल्प मिलते हैं. videoThumbnails.create का नतीजा एक आईडी होता है, जो उस एक्सप्रेशन का आकलन करने और उन विकल्पों को लागू करने के नतीजे के तौर पर एक इमेज दिखाता है. इसके बाद, GetVideoThumbnailPixels को कॉल करके ऐसी इमेज देखी जा सकती है जिसमें ImageCollection के सभी एलिमेंट, पहले से आखिर तक ऐनिमेशन के साथ दिखते हैं. यह आईडी कुछ घंटों के लिए मान्य होगा.
ImageCollection में मौजूद सभी इमेज के लिए, अनुरोध की सीमा कुल 512*512*100 पिक्सल है. इन सीमाओं से ज़्यादा अनुरोध करने पर, गड़बड़ी का कोड 400 (BAD_REQUEST) दिखेगा.
एचटीटीपी अनुरोध
POST https://earthengine.googleapis.com/v1alpha/{parent=projects/*/locations/*}/videoThumbnails
[[["समझने में आसान है","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-25 (UTC) को अपडेट किया गया."],[[["Generates an ID, usable with `GetVideoThumbnailPixels`, to render an animation of images from an ImageCollection."],["The created ID represents an image formed by evaluating an expression and applying specified options, animating the ImageCollection's elements."],["The total pixel limit for the request is 512\\*512\\*100, exceeding which results in a 400 error code."],["Requires specific IAM permission (`earthengine.videothumbnails.create`) on the parent resource for authorization."],["Utilizes a POST request to a specified endpoint with path and query parameters to create the video thumbnail."]]],["`videoThumbnails.create` generates an ID for an animated image from an ImageCollection, using a provided expression and output options. `GetVideoThumbnailPixels` then retrieves the animated image. The ID remains valid for a few hours. The request has a size limit of 512\\*512\\*100 pixels, exceeding this results in a 400 error. A tag is used to track the computation. Authentication requires specific OAuth scopes or IAM permissions on the parent resource.\n"]]