Closes #140. Fairly easy because Numpy methods accept either strings like `'uint8'` or types like `np.uint8` as dtypes. So do Rasterio methods now.
Closes #139.
Remove test data from sdists. Check for it when running tests and direct users to download location. No automated download... I don't expect many users to be running the tests from an sdist. Closes #133.