Tweaks to content
This commit is contained in:
parent
8d8bd905a6
commit
26c3aa3d73
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue