-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
161 lines (107 loc) · 5.67 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
SPAMDA
Software for Pre-processing and Analysis of
Meteorological DAta to build datasets
Copyright (c) 2017-2021 by AYRNA Research Group
https://www.uco.es/ayrna/
Gómez-Orellana, A.M.; Fernández, J.C.; Dorado-Moreno, M.; Gutiérrez, P.A.; Hervás-Martínez, C.
Building Suitable Datasets for Soft Computing and Machine Learning Techniques from Meteorological
Data Integration: A Case Study for Predicting Significant Wave Height and Energy Flux.
Energies 2021, 14, 468. https://doi.org/10.3390/en14020468
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
==========
Contents
==========
1. System requirements
2. Downloading SPAMDA
3. Running SPAMDA
4. SPAMDA Manual
5. License
6. Cite SPAMDA
--------------------------------------------------------------------------
========================
1. System requirements
========================
SPAMDA has been developed in Java, therefore it is a multi-platform
software tool. In this way, any computer having Java Virtual Machine (JVM)
installed would be able to run SPAMDA.
SPAMDA requires Java JRE 1.8v or higher, accordingly Java version 8
needs to be installed in the system.
--------------------------------------------------------------------------
======================
2. Downloading SPAMDA
======================
To download SPAMDA follow the next steps:
1) Download the repository https://github.com/ayrna/spamda.git on the computer.
After that, the following main folders and files appear on the computer:
|-> dist: Contains the binary distribution of SPAMDA.
|--> DB: Contains all the information managed by SPAMDA.
|---> buoysDatabase: Contains the database of the buoys.
|---> finalDatasets: Default folder to save the final datasets.
|---> id1: Contains the information of the buoy entered as example.
|---> reanalysisDatabase: Contains the database of the
reanalysis data.
|---> reanalysisFiles: Contains the reanalysis files entered
through SPAMDA.
|--> help: Contains the user manual of SPAMDA.
|---> javadoc: Contains the Java documentacion.
|---> userManual.pdf: The user manual.
|--> lib: Contains the libraries used by SPAMDA.
|--> README.TXT: Build output description generated by NetBeans IDE.
|--> SPAMDA.jar: The runnable file containing SPAMDA.
|-> lib: Contains the external libraries used by SPAMDA.
|-> nbproject: Contains the configuration of the project of NetBeans IDE.
|-> src: Contains the source code of SPAMDA.
|-> COPYING: This file contains a copy of the license of the
GNU GENERAL PUBLIC LICENSE.
|-> LICENSE: This file contains a copy of the license of SPAMDA.
|-> NetCDF-LICENSE: This file contains a copy of the license of the
Library NetCDF Java version 4.6.10
|-> README: This file contains the instructions for getting started
with SPAMDA.
|-> SLF4j-LICENSE: This file contains a copy of the license of the
Library SLF4J version 1.7.25
|-> WEKA-LICENSE: This file contains a copy of the license of the
Library WEKA version 3.8.1
--------------------------------------------------------------------------
===================
3. Running SPAMDA
===================
Follow the instructions indicated below to run SPAMDA depending on your
platform.
Linux
-----
Open the "dist" folder and type the following command on the
command-line of the terminal:
java -jar SPAMDA.jar
Windows
-------
Open the "dist" folder and double-click on the SPAMDA.jar file.
macOS
-----
Open the "dist" folder and double-click on the SPAMDA.jar file.
--------------------------------------------------------------------------
==================
4. SPAMDA Manual
==================
The user manual can be consulted in dist/help/userManual.pdf file.
--------------------------------------------------------------------------
============
5. License
============
SPAMDA is distributed under 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. Please read the files COPYING and LICENSE.
--------------------------------------------------------------------------
================
6. Cite SPAMDA
================
If you use SPAMDA, please cite the following work:
Gómez-Orellana, A.M.; Fernández, J.C.; Dorado-Moreno, M.; Gutiérrez, P.A.; Hervás-Martínez, C. Building Suitable Datasets for Soft Computing and Machine Learning Techniques from Meteorological Data Integration: A Case Study for Predicting Significant Wave Height and Energy Flux. Energies 2021, 14, 468. https://doi.org/10.3390/en14020468
--------------------------------------------------------------------------