-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests for various tiff file types #23
Comments
There are also a bunch of files upstream: https://github.com/image-rs/image-tiff/tree/master/tests |
@maxrjones Not urgent, but maybe if you have some time down the line, you might be interested in implementing some tests on the Rust side? It doesn't look too hard to port some of the upstream tests like: https://github.com/image-rs/image-tiff/blob/master/tests/decode_bigtiff_images.rs |
in rio-tiler I use a pytest fixture https://github.com/cogeotiff/rio-tiler/blob/7db311c4dd0a839d6fb7634d5891979fea456935/tests/conftest.py#L26-L118 and then a matrix https://github.com/cogeotiff/rio-tiler/blob/7db311c4dd0a839d6fb7634d5891979fea456935/tests/benchmarks/benchmarks.py#L78-L81 to create a lot fixtures dataset 😅 |
Progress on the rust side with #28 |
@geospatial-jeff @vincentsarago have thoughts for good ways to test a variety of TIFFs? Something like https://github.com/cogeotiff/cog-fixtures?
The text was updated successfully, but these errors were encountered: