GetFilmstripThumbnailPixels와 함께 사용됩니다. filmstripThumbnails.create 호출은 표현식과 일부 출력 옵션을 제공합니다. filmstripThumbnails.create의 결과는 해당 표현식을 평가하고 이러한 옵션을 적용한 결과인 이미지를 나타내는 ID입니다. 그런 다음 GetFilmstripThumbnailPixels를 호출하여 ImageCollection의 모든 요소를 위에서 아래로 또는 옆에서 옆으로 연결하여 보여주는 이미지를 가져올 수 있습니다. ID는 몇 시간 동안 유효합니다.
요청은 ImageCollection의 모든 이미지에 대해 총 512*512*100픽셀로 제한됩니다. 이 한도를 초과하는 요청은 400 (BAD_REQUEST) 오류 코드를 발생시킵니다.
HTTP 요청
POST https://earthengine.googleapis.com/v1/{parent=projects/*/locations/*}/filmstripThumbnails
[[["이해하기 쉬움","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 `GetFilmstripThumbnailPixels`, to render a single image composed of multiple images from an ImageCollection."],["`filmstripThumbnails.create` takes an expression and output options, returning an ID representing the combined image."],["`GetFilmstripThumbnailPixels` uses the ID to fetch the image, arranging ImageCollection elements vertically or horizontally."],["Total pixel limit across all images is 512\\*512\\*100, exceeding this results in a 400 (BAD_REQUEST) error."],["Requires specific IAM permission (`earthengine.filmstripthumbnails.create`) and one of the listed OAuth scopes for authorization."]]],[]]