Skip to content

Instantly share code, notes, and snippets.

@yellowcap
yellowcap / pgraster-statistics.sh
Created September 5, 2024 10:45
Fast PostGIS based raster statistics
# Freguesias from
# https://dados.gov.pt/pt/datasets/freguesias-de-portugal/
# Landcover from
# aws s3 cp s3://esa-worldcover/v200/2021/map/ESA_WorldCover_10m_2021_v200_N39W009_Map.tif ~/Desktop/wcpt/
# Create new database
psql -d postgres -c "DROP DATABASE IF EXISTS wc_stats"
psql -d postgres -c "CREATE DATABASE wc_stats"