Users will now be warned when they try to use the tool with anything other
than ZSTD-compressed COGs. They can however, still use the tool with such files by passing the --allow-unoptimized flag. Fixes #28
Also, now the UI will be automatically opened in the web browser.
Type of change
[X] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Manually and using unit tests.
Checklist:
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[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
Users will now be warned when they try to use the tool with anything other than ZSTD-compressed COGs. They can however, still use the tool with such files by passing the
--allow-unoptimized
flag. Fixes #28Also, now the UI will be automatically opened in the web browser.
Type of change
How Has This Been Tested?
Manually and using unit tests.
Checklist: