[[["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 2024-07-13 UTC."],[[["This function retrieves the default projection of an image."],["An error is thrown if the image bands have differing projections."],["The function returns a Projection object."],["It's used by calling `Image.projection()` on an image."]]],["The core function is retrieving an image's default projection. It utilizes `Image.projection()` and returns a `Projection` object. The input is an `Image` object (`this: image`). The function verifies all image bands share the same projection; otherwise, it throws an error. Essentially, it extracts and returns the common spatial projection associated with the input image's data.\n"]]