7 Commits

Author SHA1 Message Date
Kevin Wurster
3490f6f42b Added DatasetReader.window_bounds() to easily get a window's corner coordinates. 2015-05-26 21:26:11 -04:00
Sean Gillies
45c2baf0e4 Merge remote-tracking branch 'origin/ez-transform' into oh-nineteen-pre 2015-03-11 19:15:49 -06:00
Sean Gillies
a807d1bd51 Closes #282.
At the heart of this was a subtle indexing error due to calling
round() instead of math.floor(). Fixing that needed a cascade of
fixes to expectated values in various tests.

Finally, core logic in the merge command was rewritten for
correctness and clarity.
2015-03-11 15:11:52 -06:00
Sean Gillies
4de49137b1 Add affine transform factories from_origin, from_bounds
To simplify and clarify the reprojection example.
2015-03-03 16:57:32 -07:00
Sean Gillies
93a6e4017c Remove redundant assertions. 2015-02-09 10:30:21 -07:00
Sean Gillies
c79e88fd42 Add window_transform method.
Closes #215
2015-02-09 09:55:43 -07:00
Sean Gillies
943fa8e099 New layout, tests moved. 2014-09-01 22:00:56 -06:00