Shapefile import error: `Warning: Invalid latitude 116.45`
Shapefile import error: `Warning: Invalid latitude 116.45`
我使用 netconvert
导入这样的 shapefile:
netconvert --shapefile-prefix ./data/clip \
--shapefile.street-id id \
--shapefile.from-id SOURCE \
--shapefile.to-id TARGET \
--shapefile.use-defaults-on-failure
但它告诉我:
Warning: Invalid latitude 116.45
Warning: Invalid latitude 116.45
Warning: Invalid latitude 116.45
...
但是,shapefile 在 QGIS
和 GeoPandas
中正确显示。似乎 netconvert
混合了经度和纬度。如何修改数据字段?
使用选项--shapefile.traditional-axis-mapping
我使用 netconvert
导入这样的 shapefile:
netconvert --shapefile-prefix ./data/clip \
--shapefile.street-id id \
--shapefile.from-id SOURCE \
--shapefile.to-id TARGET \
--shapefile.use-defaults-on-failure
但它告诉我:
Warning: Invalid latitude 116.45
Warning: Invalid latitude 116.45
Warning: Invalid latitude 116.45
...
但是,shapefile 在 QGIS
和 GeoPandas
中正确显示。似乎 netconvert
混合了经度和纬度。如何修改数据字段?
使用选项--shapefile.traditional-axis-mapping