Skip to content
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

Indexing Sentinel-2 in Oregon will fail if there's any more anti-meridian scenes indexed #26

Open
alexgleith opened this issue Jun 23, 2020 · 0 comments

Comments

@alexgleith
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant