You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's more work to do with respect to informing / prompting / warning the user about cloud-optimized vs non-cloud-optimized tiles - both for rasters and point clouds:
Import behaviour:
Import with --convert-to-cog: no warning
Import with --no-convert-to-cog: no warning
Import with no flag and and interactive terminal
"... Would you like to make a COG dataset?"
Import with no flag no interactive terminal:
"Run this command again with --convert-to-cog or --preserve-format."
Diff/commit behaviour:
Diff/commit to preserve-format dataset: no warnings are shown.
Diff/commit COG to cloud-optimized dataset: no warnings are shown.
Diff/commit non-COG to convert-to-cog dataset, no flag - shows warning during diff or commit, prevents commit.
"Adding non-COG files to a cloud-optimized dataset is not allowed. Add --convert-to-dataset-format flag to cloud-optimize the files, or add --no-convert-to-dataset-format to remove the dataset constraints."
Diff/commit non-COG to convert-to-cog dataset, --convert-to-dataset-format: files are automatically converted.
Diff/commit non-COG files to convert-to-cog dataset, --no-convert-to-dataset-format: dataset constraint is removed.
Slightly related - diff/commit behaviour: Wrong LAZ version:
Diff/commit non-COG to convert-to-cog dataset, no flag - shows warning during diff or commit, prevents commit.
"Adding multiple LAZ versions in the same dataset is not allowed. Add --convert-to-dataset-format flag to automatically convert them to the dataset's LAZ version."
The text was updated successfully, but these errors were encountered:
There's more work to do with respect to informing / prompting / warning the user about cloud-optimized vs non-cloud-optimized tiles - both for rasters and point clouds:
Import behaviour:
"... Would you like to make a COG dataset?"
"Run this command again with --convert-to-cog or --preserve-format."
Diff/commit behaviour:
"Adding non-COG files to a cloud-optimized dataset is not allowed. Add --convert-to-dataset-format flag to cloud-optimize the files, or add --no-convert-to-dataset-format to remove the dataset constraints."
Slightly related - diff/commit behaviour: Wrong LAZ version:
"Adding multiple LAZ versions in the same dataset is not allowed. Add --convert-to-dataset-format flag to automatically convert them to the dataset's LAZ version."
The text was updated successfully, but these errors were encountered: