Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fmt_converter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xuebingbing
fmt_converter
Commits
cad1c6e4
Commit
cad1c6e4
authored
Jan 02, 2021
by
xuebingbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 修正修复元数据信息脚本确实pytz包的问题;
2. 完善使用信息: “
parent
560c5dc9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletion
+13
-1
Dockerfile
docker/ubuntu1804/Dockerfile
+3
-1
build.sh
docker/ubuntu1804/build.sh
+3
-0
readme.md
docker/ubuntu1804/readme.md
+7
-0
点云作业线目录规则.png
docker/ubuntu1804/点云作业线目录规则.png
+0
-0
No files found.
docker/ubuntu1804/Dockerfile
View file @
cad1c6e4
...
@@ -56,7 +56,9 @@ echo "deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted
...
@@ -56,7 +56,9 @@ echo "deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted
RUN
apt-get update
-y
\
RUN
apt-get update
-y
\
&&
apt-get upgrade
-y
\
&&
apt-get upgrade
-y
\
&&
DEBIAN_FRONTEND
=
noninteractive apt-get
install
--assume-yes
apt-utils
\
&&
DEBIAN_FRONTEND
=
noninteractive apt-get
install
--assume-yes
apt-utils
\
pdal libpcl-dev libpcl-io1.8 python3-gdal
pdal libpcl-dev libpcl-io1.8 python3-gdal python3-pip
RUN
pip3
install
pytz
#RUN apt-get update -y \
#RUN apt-get update -y \
# && apt upgrade -y \
# && apt upgrade -y \
...
...
docker/ubuntu1804/build.sh
View file @
cad1c6e4
...
@@ -3,3 +3,6 @@ docker build --add-host --add-host=codeload.github.com:140.82.114.9 --add-host=g
...
@@ -3,3 +3,6 @@ docker build --add-host --add-host=codeload.github.com:140.82.114.9 --add-host=g
#docker run -dit --privileged -v /home:/masterhome --name xuebb-test1221 --add-host --add-host=codeload.github.com:140.82.114.9 --add-host=github.com:140.82.113.4 --add-host=github.global.ssl.fastly.net:199.232.69.194 --add-host=s3.amazonaws.com:52.216.141.6 --add-host=github-cloud.s3.amazonaws.com:52.216.128.147 f8894edf0a24 /bin/bash
#docker run -dit --privileged -v /home:/masterhome --name xuebb-test1221 --add-host --add-host=codeload.github.com:140.82.114.9 --add-host=github.com:140.82.113.4 --add-host=github.global.ssl.fastly.net:199.232.69.194 --add-host=s3.amazonaws.com:52.216.141.6 --add-host=github-cloud.s3.amazonaws.com:52.216.128.147 f8894edf0a24 /bin/bash
docker run
-dit
--privileged
-v
/home:/masterhome
--name
xuebb-test0103
--add-host
--add-host
=
codeload.github.com:140.82.114.9
--add-host
=
github.com:140.82.113.4
--add-host
=
github.global.ssl.fastly.net:199.232.69.194
--add-host
=
s3.amazonaws.com:52.216.141.6
--add-host
=
github-cloud.s3.amazonaws.com:52.216.128.147 dc9e44d57d31 /bin/bash
docker/ubuntu1804/readme.md
View file @
cad1c6e4
#程序运行说明
#程序运行说明
##pcd转las可指定偏移
eg:
eg:
docker exec -it
<container
_id
>
/usr/bin/jfhdconvertor --help
docker exec -it
<container
_id
>
/usr/bin/jfhdconvertor --help
-
example command line options
-
example command line options
...
@@ -16,3 +17,9 @@ Usage:
...
@@ -16,3 +17,9 @@ Usage:
--pcdfile arg 输入pcd文件路径
--pcdfile arg 输入pcd文件路径
--lasfile arg 输出las文件路径
--lasfile arg 输出las文件路径
--offsetxyz arg A list of doubles (default: 0.0,0.0,0.0)
--offsetxyz arg A list of doubles (default: 0.0,0.0,0.0)
##生成京东元数据信息
docker exec -it
<container
_id
>
python3 /usr/local/jd_metadata_generator.py --help
程序的详细使用请参考命令行提示信息,目录模式请参考《点云作业线目录规则.png》
docker/ubuntu1804/点云作业线目录规则.png
0 → 100644
View file @
cad1c6e4
253 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment