Annonce : Tous les projets non commerciaux enregistrés pour utiliser Earth Engine avant le 15 avril 2025 doivent vérifier leur éligibilité non commerciale pour conserver leur accès à Earth Engine.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/26 (UTC)."],[[["`ee.DateRange.unbounded()` returns a DateRange object representing all possible dates, effectively having no start or end limits."],["This function is useful when working with temporal data where you need to consider all available dates without specifying a particular time frame."],["It can be used in both JavaScript and Python environments within the Earth Engine platform."]]],["`ee.DateRange.unbounded()` creates a DateRange object encompassing all possible dates without requiring any arguments. This function is available in both JavaScript and Python environments. In JavaScript, the `dateRangeUnbounded` object is displayed using `print()`. In Python, after importing `ee` and `geemap`, `ee.DateRange.unbounded()` creates the object which is displayed via the `display()` function. The resultant `DateRange` includes every conceivable date.\n"]]