【发布时间】:2017-07-11 15:08:41
【问题描述】:
我需要将 shapefile(.shp、.shx 和 .dbf,但没有 .prj)转换为 geojson。我正在使用https://github.com/mbostock/shapefile。
问题出在带有 UTM 坐标的 shapefile 中。我需要将 UTM [easting, northing] 转换为 [lon, lat],但我不知道如何在没有 .prj 文件的情况下定义坐标系。
我知道这是可能的,因为 https://mygeodata.cloud/converter/ 可以解析我的文件并在没有 .prj 的情况下定义 CRS。
【问题讨论】:
标签: javascript shapefile utm