We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This query will find them:
select id from dataset where dataset_type_ref = 22 and split_part(metadata ->> 'crs', ':', 2)::int in (32701,32601,32760,32660)
And we could line that up with a datacube dataset archive process to clear them out after indexing and before running OWS and Explorer updates.
datacube dataset archive
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This query will find them:
And we could line that up with a
datacube dataset archive
process to clear them out after indexing and before running OWS and Explorer updates.The text was updated successfully, but these errors were encountered: