0
点赞
收藏
分享

微信扫一扫

GEE——本地矢量无法上传到GEE中?Error: Projection exception. Ensure the projection is specified correctly


有时候我们在本地ARCGIS中可以打开的矢量为什么就无法上传到GEE呢?下面这个错误就很好的阐述了这一个问题,我们可以清楚的看到这个问题在console中已经给你明确的指出了,无法成功将你现有的坐标转化为现在的GEE表转的EPSG:4326坐标,所以我们应该在arcgis中先把矢量文件的坐标调整为        wgs-84再次进行上传就好了。

GEE——本地矢量无法上传到GEE中?Error: Projection exception. Ensure the projection is specified correctly_矢量

 还有另外一种问题如下面的这个问题同样也是需要我们重新进行修改坐标系

Asset name: projects/essential-rider-326809/assets/2020yangkaidi

ID: QFB5BFYNJLBDWPQEHFKYUAGR

Phase: Failed

Runtime: 12s (started 2022-04-15 09:41:33 +0800)

Attempted 1 time

Error: Projection exception. Ensure the projection is specified correctly and the coordinates are within its valid area. Detailed error: Unable to transform edge (-1977706.977976, 4629100.040361 to -1977706.972587, 4629100.038426) from PROJCS["UTM_Zone_48N", GEOGCS["GCS_WGS_1984", DATUM["D_WGS_1984", SPHEROID["WGS_1984", 6378137.0, 298.257223563]], PRIMEM["Greenwich", 0.0], UNIT["degree", 0.017453292519943295], AXIS["Longitude", EAST], AXIS["Latitude", NORTH]], PROJECTION["Transverse_Mercator"], PARAMETER["central_meridian", 105.0], PARAMETER["latitude_of_origin", 0.0], PARAMETER["scale_factor", 0.9996], PARAMETER["false_easting", 500000.0], PARAMETER["false_northing", 0.0], UNIT["m", 1.0], AXIS["x", EAST], AXIS["y", NORTH]] PLANAR to EPSG:4326.. (Error code: 3)

修正后的结果就可以成功上传到assets中了

GEE——本地矢量无法上传到GEE中?Error: Projection exception. Ensure the projection is specified correctly_error_02


GEE——本地矢量无法上传到GEE中?Error: Projection exception. Ensure the projection is specified correctly_gee_03



举报

相关推荐

0 条评论