postgresql && .net core 使用空間數據

這裏主要講遇到的一些報錯
增刪改查 && 計算部分基本和sql server的空間數據操做一毛同樣,感謝微軟大大的傾情支持,直接看demo便可(~ ̄▽ ̄)~
前往sql server & .net core 使用空間數據html

引用庫

Npgsql.EntityFrameworkCore.PostgreSQL
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite

遷庫的時候報錯

could not open extension control file ".../PostgreSQL/version/share/extension/postgis.control": No such file or directory

下載postgis,並安裝,解決這個問題
報錯git

could not load library ".../postgis-2.5.dll": %1 is not a valid Win32 application.

在 \PostgreSQL\version\bin目錄下,將libxml2-2.dll替換成libxml2.dll,即libxml2.dll和libxml2-2.dll都是原來的libxml2.dll文件
參考資料
PostGIS - Database installation of functions failed
postgresql安裝postgis擴展模塊github

示例代碼

示例代碼sql

參考資料

Spatial Mapping with NetTopologySuiteapp

相關文章
相關標籤/搜索