You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,12 +17,17 @@ It is compound by a list of subpackages that focus on:
16
17
| environmentaltools.temporal | Time series processing and statistical characterization | En desarrollo |
17
18
| environmentaltools.utils | Auxiliary utilities for data handling and processing | Estable |
18
19
20
+
The tool is developed by Manuel Cobos (https://github.es/mcobosb) as part of the **Environmental Fluid Dynamics (GDFA)** team of the University of Granada. The GDFA whishes a good experience in learning process. Enjoy it!
19
21
20
22
## Subpackages description
21
23
22
24
### **data** subpackage
23
25
The *data* subpackage provides tools for downloading environmental data from various online sources. It includes automated functions to access and retrieve data from the **Marine Copernicus Service (CMEMS)**, allowing users to download oceanographic variables (sea surface temperature, currents, wave data, etc.) for specific spatial domains, depth ranges, and time periods. This module simplifies the process of obtaining high-quality environmental data for analysis and modeling purposes.
24
26
27
+
### **examples** subpackage
28
+
In the *example** folder can be found a list of Jupyter Notebooks. Each one described how to run the code and how to use the main functions included in *environmentaltools*.
29
+
30
+
25
31
### **estuaries** subpackage
26
32
The *estuaries* subpackage implements numerical solutions for the **Saint-Venant equations** applied to estuarine dynamics. It provides tools to simulate hydrodynamic processes in estuaries, including water level variations, flow velocities, salinity transport, and density computations. The module is designed to study the consequences of natural and anthropogenic actions in estuarine environments, supporting management and decision-making processes for coastal water bodies.
27
33
@@ -45,10 +51,6 @@ The subpackage *temporal* package aimed at providing users with a friendly, gene
45
51
46
52
The tools implemented in the package named *temporal* allow to capture the statistical properties of a **non stationary (NS) vector RP** by using **compound or piecewise parametric PMs** to properly describe all the range of values and to **simulate uni- or multivariate time series** with the same random behavior. The statistical parameters of the distributions are assumed to depend on time and are expanded into a Generalized Fourier Series (GFS) [["5"]](#5) in order to reproduce their NS behavior. The applicability of the present approach has been illustrated in several works with different purposes, among others: (i) the observed wave climate variability in the preceding century and expected changes in projections under a climate change scenario [["6"]](#6); (ii) the optimal design and management of an oscillating water column system [["7"]](#7) [["8"]](#8), (iii) the planning of maintenance strategies of coastal structures [["9"]](#9), (iv) the analysis of monthly Wolf sunspot number over a 22 year period [["5"]](#5), and (v) the simulation of estuarine water conditions for the management of the estuary [["10"]](#10).
47
53
48
-
In the **example folder** can be found a list of Jupyter Notebooks. Each one described how to run the code and how to use the main functions included in *environmentaltools*.
49
-
50
-
The **Environmental Fluid Dynamics** team of the University of Granada whishes a good experience in learning process. Enjoy it!
51
-
52
54
### **utils** subpackage
53
55
The *utils* subpackage contains a collection of **auxiliary utilities** that support the functionality of other modules within the package. It includes functions for data loading and saving in various formats (NetCDF, CSV, pickle), file reading and writing operations, data manipulation and transformation, xarray dataset utilities, and miscellaneous helper functions. The module provides a consistent interface for common operations across the package, improving code reusability and maintainability.
0 commit comments