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\u003e\u003ccode\u003eDateRange.union()\u003c/code\u003e combines two \u003ccode\u003eDateRange\u003c/code\u003e objects, returning a new \u003ccode\u003eDateRange\u003c/code\u003e that encompasses all dates within either of the original ranges.\u003c/p\u003e\n"],["\u003cp\u003eThe resulting \u003ccode\u003eDateRange\u003c/code\u003e represents the union of the input date ranges, effectively expanding the overall time period covered.\u003c/p\u003e\n"],["\u003cp\u003eThis function is useful for consolidating or comparing time periods represented by separate \u003ccode\u003eDateRange\u003c/code\u003e objects.\u003c/p\u003e\n"]]],["The `DateRange.union(other)` method combines two `DateRange` objects, returning a new `DateRange` that encompasses all dates within both original ranges. It accepts another `DateRange` as an argument. The examples demonstrate this function in both JavaScript and Python, by uniting overlapping and non-overlapping date ranges, illustrating the creation of a single `DateRange` that covers the entire temporal extent of the combined inputs.\n"],null,[]]