This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
OlderNewer