diff --git a/pyposeidon/bnd.py b/pyposeidon/bnd.py index e78a918d..8dcc9351 100644 --- a/pyposeidon/bnd.py +++ b/pyposeidon/bnd.py @@ -1,4 +1,5 @@ """Get boundaries""" + import numpy as np diff --git a/pyposeidon/boundary.py b/pyposeidon/boundary.py index 2b337568..f11f7e0e 100644 --- a/pyposeidon/boundary.py +++ b/pyposeidon/boundary.py @@ -1,6 +1,7 @@ """ Geometry module of pyposeidon. It manages model boundaries. """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/d3d.py b/pyposeidon/d3d.py index d2f0f576..b3d1984d 100644 --- a/pyposeidon/d3d.py +++ b/pyposeidon/d3d.py @@ -2,6 +2,7 @@ Main d3d module of pyposeidon. It controls the creation, output & execution of a complete simulation based on DELFT3D. """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/mgmsh.py b/pyposeidon/mgmsh.py index 33f9fad1..f44abeab 100644 --- a/pyposeidon/mgmsh.py +++ b/pyposeidon/mgmsh.py @@ -2,6 +2,7 @@ gmsh module """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/mjigsaw.py b/pyposeidon/mjigsaw.py index 33f6fa86..b86573d1 100644 --- a/pyposeidon/mjigsaw.py +++ b/pyposeidon/mjigsaw.py @@ -2,6 +2,7 @@ jigsaw module """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/model.py b/pyposeidon/model.py index 26d88762..c43f985f 100644 --- a/pyposeidon/model.py +++ b/pyposeidon/model.py @@ -4,6 +4,7 @@ Currently supported : DELFT3D , SCHISM """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/schism.py b/pyposeidon/schism.py index 6640549f..5fa8a8e7 100644 --- a/pyposeidon/schism.py +++ b/pyposeidon/schism.py @@ -2,6 +2,7 @@ Schism model of pyposeidon. It controls the creation, execution & output of a complete simulation based on SCHISM. """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/tide/tide.py b/pyposeidon/tide/tide.py index 6cbf4e66..70b19ee4 100644 --- a/pyposeidon/tide/tide.py +++ b/pyposeidon/tide/tide.py @@ -1,4 +1,5 @@ """Setting the tidal boundary conditions""" + import numpy as np import xarray as xr from scipy import interpolate diff --git a/pyposeidon/utils/bfs.py b/pyposeidon/utils/bfs.py index eea4bdfa..5f60412a 100644 --- a/pyposeidon/utils/bfs.py +++ b/pyposeidon/utils/bfs.py @@ -2,6 +2,7 @@ Utility functions """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/utils/cast.py b/pyposeidon/utils/cast.py index 8a4b66b3..aedb3855 100644 --- a/pyposeidon/utils/cast.py +++ b/pyposeidon/utils/cast.py @@ -2,6 +2,7 @@ Simulation management module """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/utils/data.py b/pyposeidon/utils/data.py index ddde2eca..810f262d 100644 --- a/pyposeidon/utils/data.py +++ b/pyposeidon/utils/data.py @@ -2,6 +2,7 @@ Data analysis module """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/utils/get_ts.py b/pyposeidon/utils/get_ts.py index 9c712592..54acd614 100644 --- a/pyposeidon/utils/get_ts.py +++ b/pyposeidon/utils/get_ts.py @@ -2,6 +2,7 @@ Point analysis module """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/utils/get_value.py b/pyposeidon/utils/get_value.py index 4f8e396f..baefe352 100644 --- a/pyposeidon/utils/get_value.py +++ b/pyposeidon/utils/get_value.py @@ -2,6 +2,7 @@ Utility function """ + # Copyright 2018 European Union # This file is part of pyposeidon, a software written by George Breyiannis (JRC E.1) # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/utils/hplot.py b/pyposeidon/utils/hplot.py index 21d796b0..44b35c4d 100644 --- a/pyposeidon/utils/hplot.py +++ b/pyposeidon/utils/hplot.py @@ -2,6 +2,7 @@ Visualization module based on holoviews """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/utils/mplot.py b/pyposeidon/utils/mplot.py index a1c04537..f2323ae8 100644 --- a/pyposeidon/utils/mplot.py +++ b/pyposeidon/utils/mplot.py @@ -2,6 +2,7 @@ Visualization module in 3D """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/utils/obs.py b/pyposeidon/utils/obs.py index 2f9e27f9..69131d31 100644 --- a/pyposeidon/utils/obs.py +++ b/pyposeidon/utils/obs.py @@ -2,6 +2,7 @@ Observational Data retrieval """ + from __future__ import annotations from searvey import ioc import pandas as pd diff --git a/pyposeidon/utils/pplot.py b/pyposeidon/utils/pplot.py index 7b7a8ad8..560b442b 100644 --- a/pyposeidon/utils/pplot.py +++ b/pyposeidon/utils/pplot.py @@ -2,6 +2,7 @@ Visualization module based on matplotlib """ + # Copyright 2018 European Union # This file is part of pyposeidon. # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). diff --git a/pyposeidon/utils/vals.py b/pyposeidon/utils/vals.py index f14cc722..2bc300b6 100644 --- a/pyposeidon/utils/vals.py +++ b/pyposeidon/utils/vals.py @@ -2,6 +2,7 @@ Observations management module """ + # Copyright 2018 European Union # This file is part of pyposeidon, a software written by George Breyiannis (JRC E.1) # Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").