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

Sentinel-2 download from Google Cloud Storage #54

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

floeschau
Copy link
Collaborator

With this change, Sentinel-2 products can be downloaded from Google Cloud Storage.

The configuration or usersettings file needs to have a configuration section like this (the AccountFile and ProjectId keys contain the necessary authentication information):

{
    "Plugins": {
        "Terradue": {
            "Suppliers": {
                ...
                "GOOGLE": {
                    "Type": "Terradue.Stars.Data.Suppliers.DataHubSourceSupplier",
                    "ServiceUrl": "https://googleapis.com",
                    "AccountFile": "/path/to/google-account-file.json",
                    "ProjectId": "<project-id>",
                    "Priority": 3
                }
            }
        }
    },
    ...
}

@emmanuelmathot emmanuelmathot self-requested a review June 3, 2024 07:45
@emmanuelmathot emmanuelmathot merged commit 720ac86 into develop Jun 3, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants