11 lines
526 B
Markdown
11 lines
526 B
Markdown
|
---
|
||
|
title: 'Import Global WDPA Data into Postgres Database Using shp2pgsql'
|
||
|
date: 2024-08-06T12:15:44+01:00
|
||
|
author:
|
||
|
name: "Sam Chance"
|
||
|
header_image: '/pics/blog/batch-import-postgis-rasters/singapore-final.webp'
|
||
|
summary: "This article explains how to batch import rasters into a Postgres database. It also covers the use of PostGIS functions to query these rasters and create new ones. These techniques are particularly useful for applications such as QGIS."
|
||
|
toc: true
|
||
|
tags: ["QGIS", "PostGIS", "Database", "Raster"]
|
||
|
---
|