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
352fe8f7
Commit
352fe8f7
authored
Feb 02, 2018
by
Daniel Eggert
Browse files
added license and license header to all java files.
parent
42afbb42
Changes
160
Expand all
Hide whitespace changes
Inline
Side-by-side
gms-database/src/main/java/de/potsdam/gfz/gms/database/misc/GranuleInfoLookupTableGenerator.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-database/src/main/java/de/potsdam/gfz/gms/database/misc/HeatMap.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-database/src/main/java/de/potsdam/gfz/gms/database/misc/SceneIterator.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-database/src/main/java/de/potsdam/gfz/gms/database/model/Scene.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-database/src/main/java/de/potsdam/gfz/gms/database/model/SceneInfo.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-database/src/main/java/de/potsdam/gfz/gms/database/shared/Enums.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-database/src/main/java/de/potsdam/gfz/gms/database/shared/LabeledHistogram.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-database/src/main/java/de/potsdam/gfz/gms/database/shared/ProcessingJob.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-database/src/main/java/de/potsdam/gfz/gms/database/shared/SceneStateJobStats.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-database/src/main/java/de/potsdam/gfz/gms/database/shared/Timestamp.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-database/src/main/resources/Version.java.template
View file @
352fe8f7
/*******************************************************************************
*
Copyright
(
C
)
2018
Daniel
Eggert
(
daniel
.
eggert
@
gfz
-
potsdam
.
de
)
*
*
This
program
is
free
software
:
you
can
redistribute
it
and
/
or
modify
*
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
*
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
*
(
at
your
option
)
any
later
version
.
*
*
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
*
GNU
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
General
Public
License
*
along
with
this
program
.
If
not
,
see
<
http
://
www
.
gnu
.
org
/
licenses
/>.
******************************************************************************/
package
de
.
potsdam
.
gfz
.
gms
.
database
;
import
java
.
util
.
Date
;
...
...
gms-metadatacrawler/LICENSE
0 → 100644
View file @
352fe8f7
This diff is collapsed.
Click to expand it.
gms-metadatacrawler/src/main/java/de/potsdam/gfz/gms/metadatacrawler/CopyTableEntries.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-metadatacrawler/src/main/java/de/potsdam/gfz/gms/metadatacrawler/DownloadECMWFData.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
package
de.potsdam.gfz.gms.metadatacrawler
;
import
java.nio.file.Files
;
...
...
gms-metadatacrawler/src/main/java/de/potsdam/gfz/gms/metadatacrawler/LandsatCollection1CsvUpdate.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
package
de.potsdam.gfz.gms.metadatacrawler
;
import
java.nio.file.Paths
;
...
...
gms-metadatacrawler/src/main/java/de/potsdam/gfz/gms/metadatacrawler/MetadatacrawlerModule.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-metadatacrawler/src/main/java/de/potsdam/gfz/gms/metadatacrawler/SyncDatabases.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
gms-metadatacrawler/src/main/java/de/potsdam/gfz/gms/metadatacrawler/cloudcover/CloudCoverUpdateFromCSV.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
package
de.potsdam.gfz.gms.metadatacrawler.cloudcover
;
import
java.nio.file.Paths
;
...
...
gms-metadatacrawler/src/main/java/de/potsdam/gfz/gms/metadatacrawler/cloudcover/CloudCoverUpdateFromMetadataUrl.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
package
de.potsdam.gfz.gms.metadatacrawler.cloudcover
;
import
java.io.BufferedWriter
;
...
...
gms-metadatacrawler/src/main/java/de/potsdam/gfz/gms/metadatacrawler/crawler/GeoMultiSensMetadataCrawler.java
View file @
352fe8f7
/*******************************************************************************
* Copyright (C) 2018 Daniel Eggert (daniel.eggert@gfz-potsdam.de)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
/**
*
*/
...
...
Prev
1
2
3
4
5
6
7
8
Next
Write
Preview
Markdown
is supported
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