You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the etl directory, run python/scripts/storm_layers_to_csv.py, to generate storm_layers.csv (you can skip this step if the file names and parameters haven't changed.)
Copy the new TIFFs into etl/raw_data/processed_data/STORM_RP_rasters/.
Run snakemake (you might need to comment out lines in the all workflow that load hazards and hotspots) to generate tiles in tileserver/raster/data.
Run the terracotta tile ingester from the root directory of the repo:
docker compose -f docker-compose.dev.yml up raster-tile-ingester
etl
directory, runpython/scripts/storm_layers_to_csv.py
, to generatestorm_layers.csv
(you can skip this step if the file names and parameters haven't changed.)etl/raw_data/processed_data/STORM_RP_rasters/
.all
workflow that load hazards and hotspots) to generate tiles intileserver/raster/data
.jamaica.infrastructureresilience.org
, pull the latest frontend Docker image and restart the frontend service:cd /var/www docker pull ghcr.io/nismod/jsrat-frontend:canary docker compose -f docker-compose.stage.yml up -d frontend
The text was updated successfully, but these errors were encountered: