当前位置:网站首页>Webodm win10 installation tutorial (personal test)
Webodm win10 installation tutorial (personal test)
2022-07-27 06:40:00 【LEILEI18A】
WebODM win10 Installation tutorial ( Personal test )
Catalog
0. Why use WebODM
For aerial image generation Three dimensional reconstruction 、 Three dimensional modeling etc. , The interface is simpler ( Compare command line mode )! But a little bit of memory .
The generated 3D The model turns into 3dtiles, use cesium,maptalks,deck.gl load . link
1. Reference link
[1]https://github.com/OpenDroneMap/WebODM
2. Installation steps
[1] Installation environment
win10、git、docker、docker-compose、python、pip、GDAL-python library
win10 Whether home edition or Enterprise Edition 、 Professional version is available ; Home Edition needs to be installed hyper-V, Self Baidu can or reference This blog ; then Program -> Program and function -> Enable or close windows function -> Check Hyper-V, Restart the system ;
win10 install docker desktop Can contain docker、docker-compose. Prompt update wsl-kernel, Click download to install ;
win10 install anaconda, recommend anaconda Warehouse , choice Anaconda3-2021.05-Windows-x86_64, contain pip;
win10 install git, To baidu git download that will do ;
Download and install GDAL window python library , Baidu can solve it by itself ! Also from here download ;
[2] modify docker Source ( important )
Domestic download docker-hub Mirror image , Too slow , Change to domestic source ;
open docker-desktop, open settings( The upper right corner of the software ), Click on docker engine, Fill in the following information :

{
"registry-mirrors": [
"https://registry.aliyuncs.com",
"https://hub-mirror.c.163.com",
"https://registry.docker-cn.com",
"https://docker.mirrors.ustc.edu.cn"
]
}[3] download WebODM github library
git clone https://github.com/OpenDroneMap/WebODM.git
[4] WebODM install ( Need to be in git Installation in environment , open git bash)
cd WebODM
./webodm.sh start ( Just wait for , It has been replaced by domestic sources , Wait slowly ), Execute if failed ./webodm.sh stop, Then open the docker desktop, Click on volumes, Delete the relevant volume, Again ./webodm.sh start
If this interface finally appears, it will be a success , I also found out later GDAL Library needs , Because I installed Geonode, Just install it python,GDAL-python library ,Postgresql,geoserver, So it's easy here . But here db yes docker Mirror image , There is no need to be alone in win Lower installation .
[5] Log in locally WebODM Interface
Browser input localhost:/8000, Sign up for an account , casual admin-admin that will do


边栏推荐
- shell函数
- shell--自定义变量与赋值
- iptables防火墙
- DHCP的概念和原理
- Geonode GeoServer win10 installation tutorial (personal test)
- Linu performance tuning: how can we alleviate the situation in the face of DDoS attacks?
- LVM与磁盘配额
- Common SQL optimization methods
- Shell -- conditional statements (if statements, case statements)
- rsync远程同步
猜你喜欢
随机推荐
Basic knowledge of English: Rules for the use of non predicates Part 1
Database commands
Programming learning records - Lesson 7 [functions]
Cesium tutorial (1) interface introduction -3dfiles loading - change mouse operation settings
Shell script delete automatically clean up files that exceed the size
Linu性能调优:面对DDOS攻击,我们如何缓解局面?
数据库命令
如何规范式编写yaml文件
网络故障排查:Ping和Tracert命令
Related knowledge of internal classes
Introduction to JMeter
NFS简介和配置
七大排序详解
If conditional statement of shell
Array and subscript index
接口测试流程及面试问题
Communication mechanism cases
Shell -- conditional statements (if statements, case statements)
ArcGIS for JS API entry series
C language -- string operation function and memory operation function









