- 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
推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰
- 數字媒體應用教程
- Python自動化運維快速入門(第2版)
- Developing Middleware in Java EE 8
- JavaScript+jQuery開發實戰
- C語言實驗指導及習題解析
- Python編程與幾何圖形
- Learning Zurb Foundation
- Procedural Content Generation for C++ Game Development
- Instant PHP Web Scraping
- Python函數式編程(第2版)
- 現代C:概念剖析和編程實踐
- R語言數據挖掘:實用項目解析
- INSTANT Apache ServiceMix How-to
- 程序員必會的40種算法