- 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
推薦閱讀
- Practical Data Analysis Cookbook
- Vue 3移動Web開發與性能調優實戰
- Learning Selenium Testing Tools with Python
- 深入淺出Electron:原理、工程與實踐
- Flink SQL與DataStream入門、進階與實戰
- Apache Spark 2 for Beginners
- Python爬蟲開發與項目實戰
- Visual Basic程序設計教程
- Mastering macOS Programming
- Xamarin.Forms Projects
- Android系統原理及開發要點詳解
- PHP+Ajax+jQuery網站開發項目式教程
- Visualforce Developer’s guide
- Unity 3D/2D移動開發實戰教程
- C# Multithreaded and Parallel Programming