Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Last active October 26, 2015 13:48
Show Gist options
  • Save jcoyne/d6cb696123d6cc19de3f to your computer and use it in GitHub Desktop.
Save jcoyne/d6cb696123d6cc19de3f to your computer and use it in GitHub Desktop.
Before. The old slow way
14:49:11 Parsing lew1864.0001.001.xml
14:49:12 attaching file: lew1864.0001.001.xml
14:49:13 attaching file: letz_01_0001_unm.tif
14:49:15 attaching file: letz_01_0002_ttl.tif
14:49:18 attaching file: letz_01_0003_bln.tif
14:49:24 attaching file: letz_01_0004_003.tif
14:49:30 attaching file: letz_01_0005_004.tif
14:49:35 attaching file: letz_01_0006_005.tif
14:49:41 attaching file: letz_01_0007_006.tif
14:49:47 attaching file: letz_01_0008_007.tif
14:49:53 attaching file: letz_01_0009_008.tif
14:50:00 attaching file: letz_01_0011_010.tif
14:50:07 attaching file: letz_01_0012_011.tif
14:50:14 attaching file: letz_01_0013_012.tif
14:50:22 attaching file: letz_01_0014_013.tif
14:50:32 attaching file: letz_01_0015_014.tif
14:50:40 attaching file: letz_01_0016_015.tif
14:50:49 attaching file: letz_01_0017_016.tif
14:50:59 attaching file: letz_01_0018_017.tif
.....
15:29:16 attaching file: letz_01_0101_100.tif
15:30:06 attaching file: letz_01_0102_101.tif (50s)
...
17:42:48 attaching file: letz_01_0200_199.tif
17:44:51 attaching file: letz_01_0201_200.tif (123s)
...
22:34:57 attaching file: letz_01_0300_299.tif
22:38:52 attaching file: letz_01_0301_300.tif (235s)
...
01:16:16 attaching file: letz_01_0337_unm.tif
Improved way:
18:19:54 Parsing lew1864.0001.001.xml
18:19:55 attaching file: lew1864.0001.001.xml
18:19:58 attaching file: letz_01_0001_unm.tif
18:20:01 attaching file: letz_01_0002_ttl.tif
18:20:07 attaching file: letz_01_0003_bln.tif
18:20:13 attaching file: letz_01_0004_003.tif
18:20:18 attaching file: letz_01_0005_004.tif
18:20:23 attaching file: letz_01_0006_005.tif
18:20:28 attaching file: letz_01_0007_006.tif
18:20:33 attaching file: letz_01_0008_007.tif
18:20:38 attaching file: letz_01_0009_008.tif
18:20:44 attaching file: letz_01_0011_010.tif
18:20:50 attaching file: letz_01_0012_011.tif
18:20:55 attaching file: letz_01_0013_012.tif
18:21:01 attaching file: letz_01_0014_013.tif
18:21:07 attaching file: letz_01_0015_014.tif
18:21:14 attaching file: letz_01_0016_015.tif
18:21:20 attaching file: letz_01_0017_016.tif
18:21:26 attaching file: letz_01_0018_017.tif
...
18:44:55 attaching file: letz_01_0101_100.tif
18:45:25 attaching file: letz_01_0102_101.tif (30s)
20:11:04 attaching file: letz_01_0200_199.tif
20:12:20 attaching file: letz_01_0201_200.tif (76s)
Again
20:42:26 Parsing lew1864.0001.001.xml
20:42:27 attaching file: lew1864.0001.001.xml
20:42:29 attaching file: letz_01_0001_unm.tif
20:42:32 attaching file: letz_01_0002_ttl.tif
20:42:35 attaching file: letz_01_0003_bln.tif
20:42:39 attaching file: letz_01_0004_003.tif
20:42:43 attaching file: letz_01_0005_004.tif
20:42:46 attaching file: letz_01_0006_005.tif
20:42:50 attaching file: letz_01_0007_006.tif
20:42:54 attaching file: letz_01_0008_007.tif
20:42:59 attaching file: letz_01_0009_008.tif
20:43:02 attaching file: letz_01_0011_010.tif
20:43:05 attaching file: letz_01_0012_011.tif
20:43:09 attaching file: letz_01_0013_012.tif
20:43:12 attaching file: letz_01_0014_013.tif
20:43:17 attaching file: letz_01_0015_014.tif
20:43:20 attaching file: letz_01_0016_015.tif
20:43:25 attaching file: letz_01_0017_016.tif
20:58:02 attaching file: letz_01_0101_100.tif
20:58:21 attaching file: letz_01_0102_101.tif (19s)
@jcoyne
Copy link
Author

jcoyne commented Oct 26, 2015

Still way to slow when you get to +800:

    12:57:34 attaching file: gesc_02_0812_314.tif
    13:10:19 attaching file: gesc_02_0813_315.tif
    13:23:04 attaching file: gesc_02_0814_316.tif
    13:36:05 attaching file: gesc_02_0815_317.tif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment