dhardestylewis / terrain_aggregator

Workflow to aggregate terrain imagery at scale to a single seamless image dataset
Other
10 stars 4 forks source link

Timing each zoom level #91

Open dhardestylewis opened 1 year ago

dhardestylewis commented 1 year ago
while IFS=, read -r col1 col2 col3; do { /usr/bin/time -v $(grep "${col1} ${col2} ${col3}" comp_grid_web512.sh) ; } 2> $WORK/center_zoom_level${col1}_time.csv & done < /work2/04950/dhl/stampede2/center_zoom_levels_unix.csv