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 2024-07-13 UTC."],[[["\u003cp\u003eReturns a new projection with the specified scale in linear meters.\u003c/p\u003e\n"],["\u003cp\u003eThe scale is measured at the point of true scale, ensuring accurate unit representation.\u003c/p\u003e\n"],["\u003cp\u003eThis method is primarily used to control the unit size of the projected output.\u003c/p\u003e\n"],["\u003cp\u003eAccepts a single argument representing the desired scale in meters.\u003c/p\u003e\n"],["\u003cp\u003eUtilized by calling the \u003ccode\u003e.atScale()\u003c/code\u003e method on an existing projection.\u003c/p\u003e\n"]]],[],null,["Returns the projection scaled such that its units have the given scale in linear meters, as measured at the point of true scale.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------|------------|\n| Projection.atScale`(meters)` | Projection |\n\n| Argument | Type | Details |\n|--------------------|------------|-----------------------------|\n| this: `projection` | Projection | |\n| `meters` | Float | The scale in linear meters. |"]]