zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Google Earth Engine(GEE)——按照点的坐标加载自己的研究区

Google 加载 研究 自己 Engine Earth GEE 坐标
2023-09-11 14:15:11 时间

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, zoomonComplete)

Ce