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

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

Ce

上一篇:Shell编程错误 – syntax error near unexpected token `then'


下一篇:linux_shell脚本攻略 第一章