- Mastering QGIS
- Kurt Menke GISP Dr. Richard Smith Jr. GISP Dr. Luigi Pirelli Dr. John Van Hoesen GISP
- 151字
- 2021-07-23 19:47:33
Exporting tables out of SpatiaLite as a shapefile
To export a table as a shapefile, perform the following steps:
- Open DB Manager by clicking on DB Manager under Database. Expand SpatiaLite and select the database from which you wish to export a table in the Tree panel.
- In the Tree panel, select the table that you wish to export.
- Navigate to Table | Export to file to open the Export vector file dialog.
- Click on the ellipsis button at the right-hand side of the Output file text box and name the output file. Note that you can only export to the shapefile format using this tool.
- Set the Source SRID, Target SRID, and Encoding options or leave them unselected to use the default values. Select Drop existing one if you wish to overwrite an existing shapefile.
The following screenshot shows the Export to vector file dialog ready to export to waterfalls.shp
.

推薦閱讀
- JavaScript前端開發模塊化教程
- C語言程序設計(第3版)
- The DevOps 2.4 Toolkit
- Java 9模塊化開發:核心原則與實踐
- Spring+Spring MVC+MyBatis整合開發實戰
- 數據結構案例教程(C/C++版)
- Spring Boot+Vue全棧開發實戰
- Xcode 6 Essentials
- 工業機器人離線編程
- RESTful Web Clients:基于超媒體的可復用客戶端
- Web程序設計:ASP.NET(第2版)
- Python數據科學實踐指南
- Android智能手機APP界面設計實戰教程
- Dart:Scalable Application Development
- Laravel 5.x Cookbook