Google Earth Engine(GEE)——按照点的坐标加载自己的研究区
作者:互联网
ee.Geometry.Point(coords, proj)
Constructs an ee.Geometry describing a point.
For convenience, varargs may be used when all arguments are numbers. This allows creating EPSG:4326 points, e.g. ee.Geometry.Point(lng, lat).
Arguments:
coords (List<Number>):
A list of two [x,y] coordinates in the given projection.
proj (Projection, optional):
The projection of this geometry, or EPSG:4326 if unspecified.
Returns: Geometry.Point
Map.centerObject(object, zoom, onComplete)
Ce
标签:Engine,Google,projection,Point,Geometry,4326,ee,proj,GEE 来源: https://blog.csdn.net/qq_31988139/article/details/121107189