Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms-aux
Commits
f89913a4
Commit
f89913a4
authored
May 09, 2017
by
Daniel Eggert
Browse files
added new L8_C1 dataset to cloudcover updater
parent
f2196adb
Changes
2
Hide whitespace changes
Inline
Side-by-side
gms-metadatacrawler/.gitignore
0 → 100644
View file @
f89913a4
/failed.txt
gms-metadatacrawler/src/main/java/de/potsdam/gfz/gms/metadatacrawler/CloudCoverUpdate.java
View file @
f89913a4
...
...
@@ -47,7 +47,7 @@ public class CloudCoverUpdate {
public
static
void
main
(
String
[]
args
)
throws
Exception
{
// landsat_tm(108), landsat_mss(107), landsat_8(104), landsat_7(112)
short
datasetids
[]
=
new
short
[]
{
104
,
112
,
189
};
// , 108, 107, 112 };
short
datasetids
[]
=
new
short
[]
{
104
,
112
,
189
,
250
};
// , 108, 107, 112 };
// Timestamp start = Timestamp.MIN;
// Timestamp end = Timestamp.now();
// Timestamp end = start.plus(20, Timestamp.TimeUnits.DAYS);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment