Skip to content

Instantly share code, notes, and snippets.

@sandan
Created April 21, 2015 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandan/d057faff4d15c9321bf9 to your computer and use it in GitHub Desktop.
Save sandan/d057faff4d15c9321bf9 to your computer and use it in GitHub Desktop.
raster-test
raster-test > test
[info] Updating {file:/work/02105/msandan/geotrellis/}raster-test...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] downloading http://repo1.maven.org/maven2/io/spray/spray-routing_2.10/1.3.2/spray-routing_2.10-1.3.2.jar ...
[info] [SUCCESSFUL ] io.spray#spray-routing_2.10;1.3.2!spray-routing_2.10.jar(bundle) (322ms)
[info] downloading http://repo1.maven.org/maven2/com/chuusai/shapeless_2.10/1.2.4/shapeless_2.10-1.2.4.jar ...
[info] [SUCCESSFUL ] com.chuusai#shapeless_2.10;1.2.4!shapeless_2.10.jar (480ms)
[info] Done updating.
[info] Compiling 132 Scala sources to /work/02105/msandan/geotrellis/raster-test/target/scala-2.10/test-classes...
[info] AtanSpec:
[info] ArcTan
[info] - finds arctan of a double raster
[info] - finds arctan of an int raster
[info] OrientationConverterSpec:
[info] top right orientations to top left orientations
[info] - should convert single byte top right orientation with odd nr of cols correctly
[info] - should convert single byte top right orientation with even nr of cols correctly
[info] - should convert two byte top right orientation with odd nr of cols correctly
[info] - should convert two byte top right orientation with even nr of cols correctly
[info] - should convert single bit top right orientation with odd nr of columns correctly
[info] - should convert single bit top right orientation with even nr of columns correctly
[info] bottom right orientations to top left orientations
[info] - should convert single byte bottom right orientation with odd nr of cols correctly
[info] - should convert single byte bottom right orientation with even nr of cols correctly
[info] - should convert two byte bottom right orientation with odd nr of cols correctly
[info] - should convert two byte bottom right orientation with even nr of cols correctly
[info] - should convert single bit bottom right orientation with odd nr of columns correctly
[info] - should convert single bit bottom right orientation with even nr of columns correctly
[info] bottom left orientations to top left orientations
[info] - should convert single byte bottom left orientation with odd nr of cols correctly
[info] - should convert single byte bottom left orientation with even nr of cols correctly
[info] - should convert two byte bottom left orientation with odd nr of cols correctly
[info] - should convert two byte bottom left orientation with even nr of cols correctly
[info] - should convert single bit bottom left orientation with odd nr of columns correctly
[info] - should convert single bit bottom left orientation with even nr of columns correctly
[info] CoshSpec:
...
[info] ArgReaderSpec:
[info] ArgReader
[info] - should read from metadata and match a RasterSource
[info] - should read from metadata and match a RasterSource with a target RasterExtent
[info] - should read a constant tile
[info] - should read a constant tile with a NaN value
Compression ratio for RLE: 0.8888888888888888
Compression ratio for RLE: 0.3611111111111111
Compression ratio for RLE on aspect.tif: 0.8833446913580247
Compression ratio for RLE on slope.tif: 0.5627850941193637
[info] RLECompressedTileSpec:
[info] RLE Compressed Tiles
[info] - should compress and decompress a custom tile with RLE correctly #1
[info] - should compress and decompress a custom tile with RLE correctly #2
[info] - should compress and decompress aspect.tif with RLE correctly
[info] - should compress and decompress slope.tif with RLE correctly
[info] ScalaTest
[info] Run completed in 1 minute, 57 seconds.
[info] Total number of tests run: 730
[info] Suites: completed 129, aborted 0
[info] Tests: succeeded 730, failed 0, canceled 0, ignored 1, pending 0
[info] All tests passed.
[info] Passed: Total 732, Failed 0, Errors 0, Passed 732, Ignored 1
[success] Total time: 233 s, completed Apr 21, 2015 3:40:39 PM
raster-test >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment