Version 2 (modified by cedric, 6 years ago) (diff) |
---|
back to wiki main page ..
https://land.copernicus.eu/imagery-in-situ/eu-dem/eu-dem-v1.1/view Four tiles for Spain and portugal
E20N10 E30N10
E20N20 E30N20
raster2pgsql -t auto eu_dem_v11_E20N10.TIF altitude.eu_dem_v11_E20N10 | psql -U postgres -d eda2.3
too long... -I Create a GIST spatial index on the raster column. The ANALYZE
command will automatically be issued for the created index.
-C Set the standard set of constraints on the raster
column after the rasters are loaded. Some constraints may fail if one or more rasters violate the constraint.
raster2pgsql -t 25x25 -I -C eu_dem_v11_E20N10.TIF -f "raster.sql" altitude.eu_dem_v11_E20N10 | psql -U postgres -d eda2.3