Skip to content

Theia client module to ingest Sentinel-2 (Level-2A) data#1288

Merged
rfecher merged 3 commits intolocationtech:masterfrom
ahuarte47:master-theia
Mar 13, 2018
Merged

Theia client module to ingest Sentinel-2 (Level-2A) data#1288
rfecher merged 3 commits intolocationtech:masterfrom
ahuarte47:master-theia

Conversation

@ahuarte47
Copy link
Copy Markdown
Contributor

@ahuarte47 ahuarte47 commented Mar 12, 2018

Module to analyze, download and ingest Sentinel-2 (Level-2A) imagery from Theia repository (https://theia.cnes.fr).

It works very similar as current Landsat8 module.

See details:
https://www.linkedin.com/pulse/publishing-sentinel-2-imagery-big-spatial-data-software-alvaro-huarte/

Module to analyze, download and ingest Sentinel-2 (Level-2A) imagery
from Theia repository (https://theia.cnes.fr)

public class TheiaDownloadCommandLineOptions
{
@Parameter(names = "--userident", description = "email address to authentificate when downloading Theia imagery.")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding required=true will help with CLI validation: @Parameter(names = "--userident", description = "email address to authentificate when downloading Theia imagery.", required = true)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

{
@Parameter(names = "--userident", description = "email address to authentificate when downloading Theia imagery.")
private String userIdent;
@Parameter(names = "--password", description = "Password to authentificate when downloading Theia imagery.")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding required=true will help with CLI validation: @Parameter(names = "--password", description = "Password to authentificate when downloading Theia imagery.", required = true)

@rfecher rfecher merged commit 176471f into locationtech:master Mar 13, 2018
@ahuarte47 ahuarte47 deleted the master-theia branch March 14, 2018 04:48
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