将kml文件转换为dxf文件
ogr2ogr -t_srs EPSG:2385 -f DXF lhk_fbd.dxf doc.kml
更新:以上方法会出错,不知道原因
01 未解决
02 多出的字段是因为libkml
03 OGR_SKIP
ogrinfo -al --config OGR_SKIP LIBKML qyl.kml
ogr2ogr --config OGR_SKIP LIBKML -t_srs EPSG:2436 -f DXF qyl.dxf qyl.kml
2017年1月12日星期四
msys2 cgal
$ pacman -Qe
mingw-w64-x86_64-cgal 4.9-1
mingw-w64-x86_64-cmake 3.7.0-1
mingw-w64-x86_64-freeglut 3.0.0-4
mingw-w64-x86_64-gcc 6.2.0-2
mingw-w64-x86_64-make 4.1.2351.a80a8b8-1
mingw-w64-x86_64-mesa 13.0.2-1
mingw-w64-x86_64-qt-creator 4.1.0-1
mingw-w64-x86_64-qt5 5.6.2-4
cmake -G "MinGW Makefiles" -DCMAKE_MAKE_PROGRAM=mingw32-make .
"C:\msys64\home\li\examples\Core\CMakeFiles\delaunay.dir\flags.make"
CXX_DEFINES = -DCGAL_Core_EXPORTS -DCGAL_USE_GMP -DCGAL_USE_MPFR
mingw-w64-x86_64-cgal 4.9-1
mingw-w64-x86_64-cmake 3.7.0-1
mingw-w64-x86_64-freeglut 3.0.0-4
mingw-w64-x86_64-gcc 6.2.0-2
mingw-w64-x86_64-make 4.1.2351.a80a8b8-1
mingw-w64-x86_64-mesa 13.0.2-1
mingw-w64-x86_64-qt-creator 4.1.0-1
mingw-w64-x86_64-qt5 5.6.2-4
cmake -G "MinGW Makefiles" -DCMAKE_MAKE_PROGRAM=mingw32-make .
"C:\msys64\home\li\examples\Core\CMakeFiles\delaunay.dir\flags.make"
CXX_DEFINES = -DCGAL_Core_EXPORTS -DCGAL_USE_GMP -DCGAL_USE_MPFR
2017年1月4日星期三
2017年1月2日星期一
2017年1月1日星期日
brew with a socks5 proxy
brew with a socks5 proxy
set a socks proxy with git for the http transport
set a socks proxy with git for the http transport
git config --global http.proxy 'socks5://127.0.0.1:1081'
set a socks proxy for curl: just add proxy=socks5://127.0.0.1:1081
to ~/.curlrc
.
订阅:
博文 (Atom)