#kml #postgresql #cli

bin+lib kml2pgsql

将 kml 文件转换为适合加载到 PostgreSQL 数据库的 SQL 脚本

4 个版本

0.2.1 2021 年 9 月 24 日
0.2.0 2021 年 9 月 24 日
0.1.1 2021 年 9 月 23 日
0.1.0 2021 年 9 月 23 日

#2029数据库接口

GPL-3.0AGPL-3.0+

32KB
841

kml2pgsql

将一些 kml 文件转换为适合加载到 PostgreSQL 数据库的脚本。

安装

cargo install kml2pgsql

使用方法

kml2pgsql 0.1.0
Abraham Toriz <categulario@gmail.com>
convert a kml file into a postgresql-compatible sql script

USAGE:
    kml2pgsql [OPTIONS] <FILE>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -g, --geom <NAME>      The name of the geometry column [default: geom]
        --id <COLUMN>      The column to use as (incremental) primary key [default: id]
    -s, --schema <NAME>    The schema for the new table [default: public]

ARGS:
    <FILE>    The kml input file

构建

首先克隆项目,然后

cargo build --release

并使用位于 target/release/kml2pgsql 的二进制文件

依赖项

~2MB
~27K SLoC