Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eisUnbounded()\u003c/code\u003e method, applied to a \u003ccode\u003eDateRange\u003c/code\u003e object, returns \u003ccode\u003etrue\u003c/code\u003e if the \u003ccode\u003eDateRange\u003c/code\u003e includes all dates.\u003c/p\u003e\n"],["\u003cp\u003eIt takes a single argument, the \u003ccode\u003eDateRange\u003c/code\u003e object itself, and returns a boolean value indicating whether the date range is unbounded.\u003c/p\u003e\n"],["\u003cp\u003eThis method helps determine if a \u003ccode\u003eDateRange\u003c/code\u003e is unbounded, meaning it represents all possible dates without specific start and end points.\u003c/p\u003e\n"],["\u003cp\u003eExamples demonstrate using \u003ccode\u003eisUnbounded()\u003c/code\u003e with \u003ccode\u003eDateRange\u003c/code\u003e objects in JavaScript and Python, illustrating how to check for unbounded date ranges.\u003c/p\u003e\n"]]],["The `isUnbounded()` method checks if a `DateRange` object contains all dates. It returns a boolean (`true` or `false`). The method is called on a `DateRange` object. The provided examples create bounded and unbounded `DateRange` objects and then use `isUnbounded()` to determine if they are unbounded. The outputs show if the object is unbounded, for example if the `DateRange` is `ee.DateRange.unbounded()`.\n"],null,[]]