-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Use GNU Parallel to make the scripts/05-contour-tiles.sh process run concurrently.
Just need to split the current script into two parts, one which generates the list of tiles to operate on and pass this to parallel, then another script which is the worker which actually creates the contours and loads it into PostgreSQL.