- ArcGIS Pro 2.x Cookbook
- Tripp Corbin GISP
- 219字
- 2021-06-24 19:10:47
Creating a new Shapefile
While geodatabases are the primary format for ArcGIS Pro, Shapefiles are probably the most common GIS data format you will encounter. It has become the default data sharing format because so many GIS applications are able to make use of them. This includes QGIS, AutoCAD Map 3D, MapInfo, Map Window, and Manifold. In addition, most high-grade GPS/GNSS units are also able to input or export shapefiles. This makes them very versatile when you need to share data between different platforms.
They do, however, have some limits. First, shapefiles can only store a single feature class. This means a shapefile will only contain either points, lines, or polygons. It is not able to contain a mix of feature types. Second, shapefiles are built on old technology. They were developed in the 1990s for use with Esri’s now-discontinued ArcView GIS application. A shapefile uses dBase tables to store its attributes. This greatly limits the amount of data that can be stored, as well as the number of fields and field names. Lastly, shapefiles do not have the native ability to validate the data they contain, unlike the geodatabase.
But due to their popularity and versatility, you may often need to create new shapefiles. In this recipe, you will learn how to create a new shapefile.
- Python 3.7網絡爬蟲快速入門
- 軟件項目管理(第2版)
- Redis Applied Design Patterns
- Python零基礎快樂學習之旅(K12實戰訓練)
- 精通Python自然語言處理
- Mastering Rust
- Python面向對象編程:構建游戲和GUI
- INSTANT Silverlight 5 Animation
- IDA Pro權威指南(第2版)
- Learning Splunk Web Framework
- Web Developer's Reference Guide
- Python期貨量化交易實戰
- 深入大型數據集:并行與分布化Python代碼
- micro:bit軟件指南
- Learning Zimbra Server Essentials