-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from mapbox/test-setup
resampling w/ rasterio
- Loading branch information
Showing
4 changed files
with
66 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
# raster-tester | ||
|
||
``` | ||
_______________ _______________ | ||
|_|_|_|_|_|_|_|_| |_|_|_|_|_|_|_|_| | ||
|_|_|_|_|_|_|_|_| HIRU |_|_|_|_|_|_|_|_| | ||
|_|_|_|_|_|_|_|_| DIFF |_|_|_|_|_|_|_|_| | ||
|_|_|_|_|_|_|_|_| FROM |_|_|_|_|_|_|_|_| | ||
|_|_|_|_|_|_|_|_| ===> |_|_|_|_|_|_|_|_| | ||
|_|_|_|_|_|_|_|_| |_|_|_|_|_|_|_|_| | ||
``` | ||
|
||
## compare | ||
|
||
``` | ||
Usage: raster-tester compare [OPTIONS] INPUT_1 INPUT_2 | ||
Options: | ||
-p, --pixel-threshold INTEGER threshold for pixel diffs | ||
-r, --resample FLOAT If the image is lossy, resample to handle | ||
-r, --resample INTEGER If the image is lossy, resample to handle | ||
variation in compression artifacts | ||
--help Show this message and exit. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
raster-tester | ||
============= | ||
|
||
:: | ||
|
||
_______________ _______________ | ||
|_|_|_|_|_|_|_|_| |_|_|_|_|_|_|_|_| | ||
|_|_|_|_|_|_|_|_| HIRU |_|_|_|_|_|_|_|_| | ||
|_|_|_|_|_|_|_|_| DIFF |_|_|_|_|_|_|_|_| | ||
|_|_|_|_|_|_|_|_| FROM |_|_|_|_|_|_|_|_| | ||
|_|_|_|_|_|_|_|_| ===> |_|_|_|_|_|_|_|_| | ||
|_|_|_|_|_|_|_|_| |_|_|_|_|_|_|_|_| | ||
|
||
compare | ||
------- | ||
|
||
:: | ||
|
||
Usage: raster-tester compare [OPTIONS] INPUT_1 INPUT_2 | ||
|
||
Options: | ||
-p, --pixel-threshold INTEGER threshold for pixel diffs | ||
-r, --resample INTEGER If the image is lossy, resample to handle | ||
variation in compression artifacts | ||
--help Show this message and exit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters