From 26c3aa3d731414386e111605faa29141d6183e4e Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 8 Aug 2024 14:28:21 +0100 Subject: [PATCH] Tweaks to content --- content/blog/batch-import-postgis-rasters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/batch-import-postgis-rasters.md b/content/blog/batch-import-postgis-rasters.md index 6e8423b..592459f 100644 --- a/content/blog/batch-import-postgis-rasters.md +++ b/content/blog/batch-import-postgis-rasters.md @@ -45,7 +45,7 @@ aws s3 cp s3://raster/SRTM_GL1/ . --recursive --endpoint-url https://opentopogra Now we have the data downloaded on our system, we can import it into our database. If we look inside the SRTM_GL1_srtm directory, we can see all of the 14280 raster files: -{{< figure src="/pics/blog/batch-import-postgis-rasters/raster-tiffs.webp" title=" " width="600">}} +{{< figure src="/pics/blog/batch-import-postgis-rasters/raster-tiffs.webp" width="600">}} Next we will use the `raster2pgsql` command to import these rasters into our database.