1 Star 0 Fork 0

leitl/dbconflation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
PostgreSQL

A set of SQL functions for performing geospatial data conflation, as described in the following article:

Lei, T.L. (2020, in press). Geospatial data conflation: a formal approach based on optimization and relational databases. International Journal of Geographical Information Science.

Copyright (c) 2020 Ting Lei (leiting@gmail.com).

Detail

This repository contains the SQL functions that define the conflation functions and interface with the underlying PostgreSQL extensions for 1) solving mincost network flow problem (pgNetworkflow) and 2) computing certain distances between geometries (pgGEOS).

Directories

sql/ all code in SQL files.

Install instructions

The functions in this repository are simple SQL functions that can be directly executed using a PostgreSQL client such as psql. They require the standard PostGIS extension, as well as the above-mentioned two extensions (pgnetworkflow and pggeos). Once the dependencies are installed, the SQL functions can be installed e.g., by executing the following shell script:

./update_cfl_sql.sh

License

These functions are released under the GPL v2 License, same as PostGIS.

# A set of SQL functions for performing geospatial data conflation, as described in the following article: Lei, T.L. (2020, in press). Geospatial data conflation: a formal approach based on optimization and relational databases. International Journal of Geographical Information Science. Copyright (c) 2020 Ting Lei (leiting@gmail.com). ## Detail This repository contains the SQL functions that define the conflation functions and interface with the underlying PostgreSQL extensions for 1) solving mincost network flow problem (pgNetworkflow) and 2) computing certain distances between geometries (pgGEOS). ## Directories sql/ all code in SQL files. ## Install instructions The functions in this repository are simple SQL functions that can be directly executed using a PostgreSQL client such as psql. They require the standard PostGIS extension, as well as the above-mentioned two extensions (pgnetworkflow and pggeos). Once the dependencies are installed, the SQL functions can be installed e.g., by executing the following shell script: ./update_cfl_sql.sh ## License These functions are released under the [GPL v2 License](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html), same as PostGIS.

简介

A set of SQL functions for performing geospatial data conflation 展开 收起
PLpgSQL 等 2 种语言
PostgreSQL
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leitl/dbconflation.git
git@gitee.com:leitl/dbconflation.git
leitl
dbconflation
dbconflation
master

搜索帮助

Cb406eda 1850385 E526c682 1850385