It seems that the Rasterio wheels that are available of PyPI do not support ZSTD. Sadly, without that, it would not make sense to publish Taswira on PyPI, so we'll have to hold that for now. Anyways, I've restructured the project and have added all the necessary files required to publish the package on PyPI. I've done this to make sure that in the future when Rasterio adds support for ZSTD in its PyPI wheel, we'll be able to quickly publish Taswira.
Apart from that I've also updated the README with all the necessary usage information (along with some shiny badges and a screenshot). Let me know if it needs more improvement.
Fixes #30
How Has This Been Tested?
Using unit-tests and manual tests
Checklist:
[X] I have performed a self-review of my own code
[X] I have made corresponding changes to the documentation
[X] My changes generate no new warnings
[X] New and existing unit tests pass locally with my changes
[X] Any dependent changes have been merged and published in downstream modules
[X] I have checked my code and corrected any misspellings
[X] I have tagged the reviewers in a comment below incase my pull request is ready for a review
[X] I have signed the commit message to agree to Developer Certificate of Origin (DCO) (to certify that you wrote or otherwise have the right to submit your contribution to the project.) by adding "--signoff" to my git commit command.
Description
It seems that the Rasterio wheels that are available of PyPI do not support ZSTD. Sadly, without that, it would not make sense to publish Taswira on PyPI, so we'll have to hold that for now. Anyways, I've restructured the project and have added all the necessary files required to publish the package on PyPI. I've done this to make sure that in the future when Rasterio adds support for ZSTD in its PyPI wheel, we'll be able to quickly publish Taswira.
Apart from that I've also updated the README with all the necessary usage information (along with some shiny badges and a screenshot). Let me know if it needs more improvement.
Fixes #30
How Has This Been Tested?
Using unit-tests and manual tests
Checklist: