2022-02-24 利用echo将mvx数据导出potree格式

三种方法

  • 在echo软件的目录下装potree,然后本地化部署服务器,导出的文件html,直接打开测量(这是最便捷的)
  • 将echo软件导出的文件(其实就是potreeconverter转好的东西,加上写好的html)复制到potree目录下的位置,更改html中的路径(如果不更改会更方便)(有点麻烦)
  • 将echo软件导出的文件,复制到potree目录下,根据potree例子中的html修改,在本地服务器中查看测量(麻烦但已实现)


    echo导出的文件

    用狮子例子修改这里就行

    所以说我只要安装一个模拟服务器即可,而且路径不太对可能是刚开始软件装的位置出错了(成功后发现不是这个问题)

But, since Potree’s software is a PHP-based server program, for testing the exported models on a workstation, there is a need to install Bitnami’s XAMPP server stack to enable proper operation of the Potree’s application by emulating a web-server over Windows Operating System.

Download the Bitnami’s XAMPP server stack native installer from https://www.apachefriends.org/download.html and install it on the workstation used for emulating the Apache HTTP Server by double-clicking on the downloaded program and following the instructions provided throughout the process.

  • 下载xampp软件 https://www.apachefriends.org/download.html 到一个空白文件夹
  • 在control panel窗口中打开Apache,MySQL,FileZilla选项
  • 安装后它的目录下有一个/htdocs的文件夹
  • echo导出的potree格式生成的文件/libs和/pointclouds以及.html文件保存的地方就要在上述文件夹下面
  • 打开html文件把地址栏的路径位置改为http://localhost/

所以现在局势变成了

两种情况

  • 安装potree,echo直接把文件处理成potree格式,在本地服务器展示
  • echo把文件处理成potree格式,打开模拟服务器展示

因为.db文件过大,所以直接导入mvx文件在echo中,可以批量导入,分别处理


太累了

人真的很容易累,我试试看有没有命令行版本

你可能感兴趣的:(2022-02-24 利用echo将mvx数据导出potree格式)