- ArcGIS Pro 2.x Cookbook
- Tripp Corbin GISP
- 169字
- 2021-06-24 19:10:46
Creating a new Geodatabase
As we have mentioned, there are many GIS data storage formats. However, the Geodatabase is the preferred storage format for ArcGIS Pro. It has many advantages over other formats such as shapefiles, coverages, or DWG files.
First, it can store tabular, raster, and vector data in a single database. This makes it easier to manage and access all your GIS data because it is in one place.
Second, it allows for data validation using topologies, geometric networks, domains, and subtypes. This allows you to find and correct errors in your data.
Third, geodatabases are scalable, so they can grow as your organization does. There are several types of geodatabases. Each is designed to support varying sizes of organizations. So, as you grow, so can your geodatabase.
In the previous recipes, you made use of existing geodatabases. You used the data contained in them to create various maps. In this recipe, you will learn the basics skills needed to create a new geodatabase.
- 微服務設計(第2版)
- Java多線程編程實戰指南:設計模式篇(第2版)
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- C++ Builder 6.0下OpenGL編程技術
- vSphere High Performance Cookbook
- Ext JS Data-driven Application Design
- 精通搜索分析
- 匯編語言程序設計(第2版)
- Mastering Linux Network Administration
- Elasticsearch Server(Third Edition)
- 深入理解Elasticsearch(原書第3版)
- C/C++程序員面試指南
- D3.js By Example
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- AngularJS UI Development