Announcement: On November 13, 2024, all users will need to use a Cloud project in order to access Earth Engine. After this date, continued individual access without a Cloud project will require an exception.
Stay organized with collections
Save and categorize content based on your preferences.
Defines a pixel grid on the surface of the Earth, via a map projection. If the projection has a standard code, then crsCode will be set (non-empty). If the projection is non-standard, then crsWkt will be set. If the post-projection transformation is affine, then affineTransform will be set.
JSON representation
{"dimensions": {object (GridDimensions)},"affineTransform": {object (AffineTransform)},// Union field crs can be only one of the following:"crsCode": string,"crsWkt": string// End of list of possible types for union field crs.}
Union field crs. The coordinate reference system of the pixel grid, specified as a standard code where possible, and in WKT format otherwise. crs can be only one of the following:
crsCode
string
A standard coordinate reference system code (e.g. "EPSG:4326").
crsWkt
string
A coordinate reference system in WKT format ("Well-Known Text").
[[["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-10-24 UTC."],[[["Retrieves the latest status of a long-running Earth Engine operation."],["Clients can periodically check the operation's progress using this method."],["Requires authorization with either `earthengine` or `cloud-platform` scopes."],["The operation's name is provided as a path parameter in the request URL."],["Successful responses provide details about the operation in the specified format."]]],[]]