当前位置:网站首页>Creating postgre enterprise database by ArcGIS
Creating postgre enterprise database by ArcGIS
2022-07-03 06:08:00 【xuhss_ com】
High quality resource sharing
Learning route guidance ( Click unlock ) | Knowledge orientation | Crowd positioning |
---|---|---|
🧡 Python Actual wechat ordering applet 🧡 | Progressive class | This course is python flask+ Perfect combination of wechat applet , From the deployment of Tencent to the launch of the project , Create a full stack ordering system . |
Python Quantitative trading practice | beginner | Take you hand in hand to create an easy to expand 、 More secure 、 More efficient quantitative trading system |
What is an enterprise Geodatabase ?
Enterprise geographic database (ArcSD Enterprise,sde) Is and arcGIS The most integrated geo database in the suite ; Installation is required for creation arcGIS Server At the time of the 【ecp
certificate 】. He is arcGIS On the basis of the third-party database, it adopts the self-defined storage structure to build the database , therefore , Although you can postgreSQL Of pgAdmin III see sde Of storage information , But not through arcGIS Desktop Other software parses the data .
Due to different emphases , Enterprise database (sde) Although its stability has been enhanced , But its ability to analyze and process geographic data is not as good as the default postGIS.
Use enterprise databases (sde) Storage space data , Because it was arcGIS High support , therefore , It has faster and more stable access ( This rapid stabilization is not just for arcMap For processing map data , about arcGIS Server The efficiency of publishing map services has also been improved ).
Enterprise database and PostgreSql Version relationship
| | 10 Version of the Geodatabase | 10.1 Version of the Geodatabase | 10.2.x Version of the Geodatabase | 10.3.x Version of the Geodatabase |
| 10 Version of the client | Support | Support
DBMS Must be PostgreSQL 9.0.5. | Support
DBMS Must be PostgreSQL 9.0.5. | |
| 10.1 Version of the client | Support | Support | Support
DBMS Must be PostgreSQL 9.0.5 or 9.1.3. | Support
DBMS Must be PostgreSQL 9.1.3. |
| 10.2.x Version of the client | Support | Support | Support | Support |
| 10.3.x Version of the client | Support | Support | Support | Support |
Reference website :ArcGIS The client and PostgreSQL Compatibility between geographic databases in
Reference website : Apply to ArcGIS 10.8.x as well as ArcGIS Pro 2.5、2.6 and 2.7 Of PostgreSQL Database requirements
How to create an enterprise geographic database ?
Want to create sde, First of all, we need to deal with postgreSQL Make some extra “ expand ”.
First from arcmap The extension file can be found in the installation directory of , Path as follows :
C:\Program Files (x86)\ArcGIS\Desktop10.1\DatabaseSupport\PostgreSQL\Windows64
Next, copy it to postgreSQL Root directory lib
Under the folder .
ArcMap Connect PostgreSql database
stay AecMap Files are required to connect to the database in :libeay32.dll、libiconv-2.dll、libintl-8.dll、libpq.dll and ssleay32.dll.
There is a saying that , These files need to find these libraries for the installed version database ⽂ Pieces of , And then copy to Desktop Of bin⽬ Record ——C:\Program Files (x86)\ArcGIS\Desktop10.1\bin.
Personal test , This method is not easy to use .
Download available dll, And then replace it with Desktop Of bin⽬ Record ——C:\Program Files (x86)\ArcGIS\Desktop10.1\bin.
establish ArcGis Enterprise database ——PostgreSql
Create an enterprise database as shown in the following figure :
Reference resources ArcGIs Create an enterprise database
To configure PostgreSql The remote access
Get into postgreSQL Of data Catalog (C:\Program Files\PostgreSQL\12\data) find pg_hba.conf, Then open the pg_hba.conf, And then the search IPv4 local connections, The revised contents are as follows :
Here we are ,arcgis establish postgre Enterprise database , We learned .
notes : This article is original , For any reprint, please contact the author for authorization and indicate the source ! If you think this article is not bad , Please click on 【 recommend 】, Thank you very much !
https://blog.csdn.net/kiba/p/16415251.html
边栏推荐
- Zhiniu stock project -- 04
- Kubernetes notes (10) kubernetes Monitoring & debugging
- 使用 Abp.Zero 搭建第三方登录模块(一):原理篇
- pytorch 搭建神经网络最简版
- What's the difference between using the Service Worker Cache API and regular browser cache?
- 从小数据量分库分表 MySQL 合并迁移数据到 TiDB
- Migrate data from Amazon aurora to tidb
- PMP notes
- BeanDefinitionRegistryPostProcessor
- [teacher Zhao Yuqiang] Flink's dataset operator
猜你喜欢
Merge and migrate data from small data volume, sub database and sub table Mysql to tidb
pytorch 搭建神经网络最简版
[teacher Zhao Yuqiang] Flink's dataset operator
Qt读写Excel--QXlsx插入图表5
Synthetic keyword and NBAC mechanism
Svn branch management
CKA certification notes - CKA certification experience post
@Import annotation: four ways to import configuration classes & source code analysis
为什么网站打开速度慢?
Exception when introducing redistemplate: noclassdeffounderror: com/fasterxml/jackson/core/jsonprocessingexception
随机推荐
Jackson: what if there is a lack of property- Jackson: What happens if a property is missing?
Zhiniu stock -- 03
The most responsible command line beautification tutorial
[Zhao Yuqiang] deploy kubernetes cluster with binary package
The programmer shell with a monthly salary of more than 10000 becomes a grammar skill for secondary school. Do you often use it!!!
How to create and configure ZABBIX
Leetcode solution - 02 Add Two Numbers
PMP notes
How does win7 solve the problem that telnet is not an internal or external command
[teacher Zhao Yuqiang] MySQL flashback
Oauth2.0 - use database to store client information and authorization code
Use telnet to check whether the port corresponding to the IP is open
Beandefinitionregistrypostprocessor
Es remote cluster configuration and cross cluster search
Skywalking8.7 source code analysis (II): Custom agent, service loading, witness component version identification, transform workflow
【系统设计】邻近服务
PHP用ENV获取文件参数的时候拿到的是字符串
MySQL帶二進制的庫錶導出導入
Kubernetes notes (IV) kubernetes network
有意思的鼠标指针交互探究