HERE XYZ无法通过命令行上传数据文件

HERE XYZ cannot upload data files through command line

我一直在尝试将 .csv 文件上传到已经存在的 HERE XYZ 空间。我曾尝试按照马德里空气质量教程的步骤进行操作,但每次都失败了。我已经使用了常规 windows 命令行以及 linux 来查看是否有任何更改无济于事。它只是告诉我它无法一遍又一遍地识别纬度然后告诉我操作失败而没有给出 reason.I 确实检查了 CSV 并且它确实在 header 中有纬度。我不确定出了什么问题 (example of it failing). I seem to be able to upload .csv files if i don't use a pre-existing space but then i can't add any property flag or anything else you would need a pre-existing space to be able to do. Any insight would be appreciated.CSV Example

您必须使用以下命令上传您的 csv 文件。

here xyz upload YOUR_SPACE_ID -f /Users/xyz/data.csv

更多信息请访问 https://developer.here.com/documentation/xyz/map_customization_suite_cli_hlp/dev_guide/topics/commands.html