Tweaks to content

This commit is contained in:
Sam 2024-08-08 14:28:21 +01:00
parent 8d8bd905a6
commit 26c3aa3d73
1 changed files with 1 additions and 1 deletions

View File

@ -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.