【问题标题】:Parse shapefile with UTM coordinates without .prj使用没有 .prj 的 UTM 坐标解析 shapefile
【发布时间】: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


    【解决方案1】:

    这是不可能的。

    我认为,https://mygeodata.cloud/converter/ 使用随机 UTM 区域,当他找不到 .prj 文件时

    【讨论】:

      猜你喜欢
      • 2018-07-27
      • 2021-06-23
      • 1970-01-01
      • 2019-11-03
      • 1970-01-01
      • 2017-04-16
      • 2021-10-11
      • 2013-02-14
      • 2017-06-11
      相关资源
      最近更新 更多