- Feb 21, 2023
-
-
Lionel GUEZ authored
The attribute written was always true.
-
- Feb 20, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Since we now only write valid eddies to shapefiles.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Otherwise we get a harder to understand error from numpy.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is useful is an SHPC is missing an orientation.
-
Lionel GUEZ authored
Allow missing `ishape_last.txt` in method `comp_ishape`. This is useful is an SHPC is missing an orientation.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Bug fix: do not provide standard input for `inst_eddies_Aviso.py`, it does not read it.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Use out_cont%closed instead.
-
Lionel GUEZ authored
`Inst_eddies_12` uses the current revision and so does not contain invalid eddies.
-
Lionel GUEZ authored
Move test `R4_15_splitted` before the tests that use it.
-
Lionel GUEZ authored
Instead of `Inst_eddies_10_splitted`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Because stat is a module from Python standard library.
-
Lionel GUEZ authored
Only useful for tests.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Allowing the module to be imported and used conveniently from Python.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This avoids copying `cont_list(n_cont)` to `out_cont` if it has insufficient area.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Add dummy arguments `cont_list` and `n_cont` to `get_1_outerm`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Because we are going to add another intent out argument.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Remember that we do not write invalid eddies to shapefiles, so there are no null shapes in `outermost_contour.shp`. So, in order to predict the size of output, the interesting statistics is the number of points divided by the number of non-null outermost contours.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Keep the good contours found when looking for the outermost contour, subject to a maximum of `n_max_cont` contours. The idea is to use them later when looking for the maximum-speed contour. Inside function `get_1_outerm`, we temporarily store the good contours in a local explicit-shape array, `cont_list`.
-