ارسال بازخورد
ee.ImageCollection.size
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
تعداد عناصر موجود در مجموعه را برمی گرداند.
استفاده برمی گرداند ImageCollection. size ()
عدد صحیح
استدلال تایپ کنید جزئیات این: collection
مجموعه ویژگی ها مجموعه برای شمارش.
نمونه ها ویرایشگر کد (جاوا اسکریپت)
// Note: ee.ImageCollection.size may take a lot of time and memory to run,
// since it must generate all of the results in order to count them. Large
// collections and/or complex computations can produce memory limitation
// errors.
// A Landsat 8 TOA image collection (1 year of images at a specific point).
var col = ee . ImageCollection ( 'LANDSAT/LC08/C02/T1_TOA' )
. filterBounds ( ee . Geometry . Point ( - 90.70 , 34.71 ))
. filterDate ( '2020-01-01' , '2021-01-01' );
// Get the number of images in the collection.
print ( 'Number of images' , col . size ()); راه اندازی پایتون
برای اطلاعات در مورد API پایتون و استفاده از geemap
برای توسعه تعاملی به صفحه محیط پایتون مراجعه کنید.
import ee
import geemap.core as geemap کولب (پایتون)
# Note: ee.ImageCollection.size may take a lot of time and memory to run,
# since it must generate all of the results in order to count them. Large
# collections and/or complex computations can produce memory limitation
# errors.
# A Landsat 8 TOA image collection (1 year of images at a specific point).
col = ee . ImageCollection ( 'LANDSAT/LC08/C02/T1_TOA' ) . filterBounds (
ee . Geometry . Point ( - 90.70 , 34.71 )
) . filterDate ( '2020-01-01' , '2021-01-01' )
# Get the number of images in the collection.
print ( 'Number of images' , col . size () . getInfo ()) ،تعداد عناصر موجود در مجموعه را برمی گرداند.
استفاده برمی گرداند ImageCollection. size ()
عدد صحیح
استدلال تایپ کنید جزئیات این: collection
مجموعه ویژگی ها مجموعه برای شمارش.
نمونه ها ویرایشگر کد (جاوا اسکریپت)
// Note: ee.ImageCollection.size may take a lot of time and memory to run,
// since it must generate all of the results in order to count them. Large
// collections and/or complex computations can produce memory limitation
// errors.
// A Landsat 8 TOA image collection (1 year of images at a specific point).
var col = ee . ImageCollection ( 'LANDSAT/LC08/C02/T1_TOA' )
. filterBounds ( ee . Geometry . Point ( - 90.70 , 34.71 ))
. filterDate ( '2020-01-01' , '2021-01-01' );
// Get the number of images in the collection.
print ( 'Number of images' , col . size ()); راه اندازی پایتون
برای اطلاعات در مورد API پایتون و استفاده از geemap
برای توسعه تعاملی به صفحه محیط پایتون مراجعه کنید.
import ee
import geemap.core as geemap کولب (پایتون)
# Note: ee.ImageCollection.size may take a lot of time and memory to run,
# since it must generate all of the results in order to count them. Large
# collections and/or complex computations can produce memory limitation
# errors.
# A Landsat 8 TOA image collection (1 year of images at a specific point).
col = ee . ImageCollection ( 'LANDSAT/LC08/C02/T1_TOA' ) . filterBounds (
ee . Geometry . Point ( - 90.70 , 34.71 )
) . filterDate ( '2020-01-01' , '2021-01-01' )
# Get the number of images in the collection.
print ( 'Number of images' , col . size () . getInfo ())
ارسال بازخورد
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
میخواهید موارد بیشتری را با ما درمیان بگذارید؟
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[],[]]