Calculate solstice coordinates (arcgis)

Four-point coordinates, that is, the upper left longitude, the upper left latitude, the lower right longitude, and the lower right latitude (in the geographic coordinate system, the longitude and latitude are calculated, otherwise it is the projected coordinate of 6 digits)

The four solstice points of the polygon in ArcGIS can be directly obtained by using the Python statement according to the field calculator.

minX = !shape.extent.xmin! (Do not use the minX or MaxX in front of the equal sign "=", directly use two exclamation marks and the middle one. There should be no space in front of it)

maxX= !shape.extent.xmax!

minY= !shape.extent.ymin!

maxY = !shape.extent.ymax!

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325515881&siteId=291194637