You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to create a VPC from a list of links targeting online COPC point cloud data.
Point clouds are from the French LiDAR-HD open-data project and links to the data are provided by the IGN.
When running following command to build the VPC : pdal_wrench build_vpc --output=my_vpc.vpc --input-file-list=list.txt
I get the following error line : Curl failure: SSL peer certificate or SSH remote key was not OK
Is there any way to bypass this error ?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to create a VPC from a list of links targeting online COPC point cloud data.
Point clouds are from the French LiDAR-HD open-data project and links to the data are provided by the IGN.
So I have a list of links just like the sample below in a file 'list.txt' :
https://storage.sbg.cloud.ovh.net/v1/AUTH_63234f509d6048bca3c9fd7928720ca1/ppk-lidar/ON/LHD_FXX_0870_6426_PTS_C_LAMB93_IGN69.copc.laz
https://storage.sbg.cloud.ovh.net/v1/AUTH_63234f509d6048bca3c9fd7928720ca1/ppk-lidar/ON/LHD_FXX_0873_6428_PTS_C_LAMB93_IGN69.copc.laz
When running following command to build the VPC :
pdal_wrench build_vpc --output=my_vpc.vpc --input-file-list=list.txt
I get the following error line :
Curl failure: SSL peer certificate or SSH remote key was not OK
Is there any way to bypass this error ?
Thanks!
The text was updated successfully, but these errors were encountered: