- PostGIS Cookbook
- Paolo Corti Thomas J. Kraft Stephen Vincent Mather Bborie Park
- 92字
- 2021-07-19 18:29:38
Chapter 1. Moving Data In and Out of PostGIS
In this chapter, we will cover:
- Importing nonspatial tabular data (CSV) using PostGIS functions
- Importing nonspatial tabular data (CSV) using GDAL
- Importing shapefiles with
shp2pgsql
- Importing and exporting data with the
ogr2ogr
GDAL command - Handling batch importing and exporting of datasets
- Exporting data to the shapefile with the
pgsql2shp
PostGIS command - Importing OpenStreetMap data with the
osm2pgsql
command - Importing raster data with the
raster2pgsql
PostGIS command - Importing multiple rasters at a time
- Exporting rasters with the
gdal_translate
andgdalwarp
GDAL commands
推薦閱讀
- UNIX編程藝術
- C語言程序設計(第2 版)
- Visual Basic程序開發(學習筆記)
- 圖解Java數據結構與算法(微課視頻版)
- 程序員面試算法寶典
- Dependency Injection in .NET Core 2.0
- 營銷數據科學:用R和Python進行預測分析的建模技術
- Java性能權威指南(第2版)
- Responsive Web Design by Example
- Learning Salesforce Einstein
- Android系統級深入開發
- Android應用開發深入學習實錄
- Fastdata Processing with Spark
- 并行編程方法與優化實踐
- 深入解析Java編譯器:源碼剖析與實例詳解