exshape:形状文件

时间:2021-05-29 20:31:48
【文件属性】:
文件名称:exshape:形状文件
文件大小:10.76MB
文件格式:ZIP
更新时间:2021-05-29 20:31:48
Elixir 变形 解析 ESRI 形状文件 用法 安装 添加 { :exshape , " ~> 2.1.2 " } mix.exs deps 从 zip 存档 [ { " rivers " , rivers_proj, river_shapes}, { " lakes " , lakes_proj, lake_shapes} ] = Exshape . from_zip ( " path/to/archive.zip " ) Stream . each (river_shapes, & IO . inspect / 1 ) |> Stream . run Stream . each (lake_shapes, & IO . inspect / 1 ) |> Stream . run 来自 SHP 字节流的形状 File . stream! ( " rivers.shp " , [], 2
【文件预览】:
exshape-master
----.travis.yml(157B)
----mix.exs(1KB)
----config()
--------config.exs(1KB)
----test()
--------shp_test.exs(12KB)
--------exshape_test.exs(3KB)
--------test_helper.exs(194B)
--------dbf_test.exs(2KB)
--------fixtures()
--------profile_test.exs(605B)
----mix.lock(1KB)
----LICENSE(1KB)
----.gitignore(46B)
----lib()
--------exshape()
--------exshape.ex(4KB)
----README.md(808B)

网友评论