Salome HOME
modules/hydro.git
4 years agoadd python method HYDROData_PolylineXY.ImportShapesFromFile('name') BR_PY3
Paul RASCLE [Sat, 15 Feb 2020 14:14:02 +0000 (15:14 +0100)]
add python method HYDROData_PolylineXY.ImportShapesFromFile('name')
python example:
from HYDROPy import *
HYDROData_PolylineXY.ImportShapesFromFile("/tmp/myshape.shp")
myShape = hydro_doc.FindObjectByName('myshape_PolyXY_0')

4 years agofix change to local CS when import profiles from sinX
Paul RASCLE [Tue, 26 Nov 2019 21:27:58 +0000 (22:27 +0100)]
fix change to local CS when import profiles from sinX

4 years agofix interpolz bathy when no Z coordinate, fix zUndef test
Paul RASCLE [Fri, 15 Nov 2019 15:05:58 +0000 (16:05 +0100)]
fix interpolz bathy when no Z coordinate, fix zUndef test

4 years agomask traces
Paul RASCLE [Fri, 15 Nov 2019 11:44:40 +0000 (12:44 +0100)]
mask traces

4 years agofix abort on exex python script with progress indicator. Qt display was sometimes...
Paul RASCLE [Fri, 15 Nov 2019 11:44:01 +0000 (12:44 +0100)]
fix abort on exex python script with progress indicator. Qt display was sometimes invoqued from a different thread than the main thread

4 years agoLot 2: change bathy associated to natural object propagated to all cases without...
Paul RASCLE [Thu, 14 Nov 2019 15:11:16 +0000 (16:11 +0100)]
Lot 2: change bathy associated to natural object propagated to all cases without need of update (but new exec of interpolation Z script requested)

4 years agofix clear data when new study from button new: do not delete document when switching...
Paul RASCLE [Thu, 14 Nov 2019 10:47:53 +0000 (11:47 +0100)]
fix clear data when new study from button new: do not delete document when switching modules, after a new study...

4 years agoclear data when new study from button new
Paul RASCLE [Sun, 10 Nov 2019 14:51:42 +0000 (15:51 +0100)]
clear data when new study from button new

4 years agodebug an abort on progress bar show: experiment on progress bar control
Paul RASCLE [Fri, 8 Nov 2019 22:03:55 +0000 (23:03 +0100)]
debug an abort on progress bar show: experiment on progress bar control

4 years agofix Lot19, interpolation on a new bathymetry for a mesh group
Paul RASCLE [Fri, 8 Nov 2019 10:35:39 +0000 (11:35 +0100)]
fix Lot19, interpolation on a new bathymetry for a mesh group

4 years agoadd a Python function to change the container name to use for GEOM: parametric and...
Paul RASCLE [Wed, 10 Jul 2019 08:13:18 +0000 (10:13 +0200)]
add a Python function to change the container name to use for GEOM: parametric and/or distributed studies with HYDRO

4 years agoMerge branch 'BR_PY3' of https://git.forge.pleiade.edf.fr/git/modules-salome.hydro...
Paul RASCLE [Wed, 10 Jul 2019 07:52:28 +0000 (09:52 +0200)]
Merge branch 'BR_PY3' of https://git.forge.pleiade.edf.fr/git/modules-salome.hydro into BR_PY3

4 years agolatests developments debug and porting Python3
Paul RASCLE [Mon, 8 Jul 2019 15:30:29 +0000 (17:30 +0200)]
latests developments debug and porting Python3

4 years agoMerge branch 'BR_H2018_4' into BR_PY3
Paul RASCLE [Mon, 8 Jul 2019 07:28:35 +0000 (09:28 +0200)]
Merge branch 'BR_H2018_4' into BR_PY3

4 years agotest Telemac
Paul RASCLE [Fri, 7 Jun 2019 15:01:06 +0000 (17:01 +0200)]
test Telemac

4 years agomultistudy removal
Paul RASCLE [Fri, 7 Jun 2019 14:37:43 +0000 (16:37 +0200)]
multistudy removal

4 years agoincrease spatial step for stream dlg BR_H2018_4
isn [Fri, 7 Jun 2019 14:30:59 +0000 (17:30 +0300)]
increase spatial step for stream dlg

4 years agolinear stream interpolator : insertPoints() : deny to add more points than needed
isn [Fri, 7 Jun 2019 14:16:06 +0000 (17:16 +0300)]
linear stream interpolator : insertPoints() : deny to add more points than needed

4 years agoMerge branch 'BR_2018_V8_5' into BR_PY3
Paul RASCLE [Fri, 7 Jun 2019 13:47:47 +0000 (15:47 +0200)]
Merge branch 'BR_2018_V8_5' into BR_PY3

4 years agoMerge branch 'BR_2018_V8_5' of https://git.forge.pleiade.edf.fr/git/modules-salome...
Paul RASCLE [Fri, 7 Jun 2019 13:47:08 +0000 (15:47 +0200)]
Merge branch 'BR_2018_V8_5' of https://git.forge.pleiade.edf.fr/git/modules-salome.hydro into BR_2018_V8_5

4 years agorefs #2002
isn [Fri, 7 Jun 2019 11:45:39 +0000 (14:45 +0300)]
refs #2002

swap LB/RB points of profile depending on orientation of profile relative to h.axis

4 years agoreplace abs by fabs for doubles BR_2018_V8_5
Paul RASCLE [Mon, 20 May 2019 07:37:50 +0000 (09:37 +0200)]
replace abs by fabs for doubles

4 years agoPython dump and scripts: removal of references to study, debug print instructions
Paul RASCLE [Thu, 23 May 2019 08:30:38 +0000 (10:30 +0200)]
Python dump and scripts: removal of references to study, debug print instructions

4 years agofix SALOME_MODULES_ORDER set by HYDRO: need ':' and add SHAPER
Paul RASCLE [Thu, 23 May 2019 08:00:42 +0000 (10:00 +0200)]
fix SALOME_MODULES_ORDER set by HYDRO: need ':' and add SHAPER

4 years ago#refs 1990
isn [Wed, 22 May 2019 18:51:41 +0000 (21:51 +0300)]
#refs 1990

4 years agoPython test scripts, second pass
Paul RASCLE [Wed, 22 May 2019 16:07:12 +0000 (18:07 +0200)]
Python test scripts, second pass

4 years agoPython test scripts, first pass
Paul RASCLE [Wed, 22 May 2019 13:59:33 +0000 (15:59 +0200)]
Python test scripts, first pass

4 years agomultistudy removal part 1
Paul RASCLE [Wed, 22 May 2019 12:27:07 +0000 (14:27 +0200)]
multistudy removal part 1

5 years agoappying 2to3
Paul RASCLE [Mon, 20 May 2019 07:47:53 +0000 (09:47 +0200)]
appying 2to3

5 years agoreplace abs by fabs for doubles
Paul RASCLE [Mon, 20 May 2019 07:37:50 +0000 (09:37 +0200)]
replace abs by fabs for doubles

5 years agotests for DTM/warnings
isn [Thu, 25 Apr 2019 10:32:58 +0000 (13:32 +0300)]
tests for DTM/warnings

5 years agosimple test for DBF info of polylines
isn [Wed, 24 Apr 2019 14:06:36 +0000 (17:06 +0300)]
simple test for DBF info of polylines

5 years agotest of SX/options
isn [Wed, 24 Apr 2019 12:48:44 +0000 (15:48 +0300)]
test of SX/options

5 years agotests for lism/sx/complete_case
isn [Fri, 19 Apr 2019 18:46:50 +0000 (21:46 +0300)]
tests for lism/sx/complete_case

5 years agorefs #1963
isn [Thu, 18 Apr 2019 11:14:04 +0000 (14:14 +0300)]
refs #1963

5 years agoMerge branch 'BR_H2018_3' into BR_2018_V8_5
Paul RASCLE [Wed, 10 Apr 2019 14:01:10 +0000 (16:01 +0200)]
Merge branch 'BR_H2018_3' into BR_2018_V8_5

5 years agodumping-to-py of digue BR_H2018_3
isn [Tue, 9 Apr 2019 17:45:45 +0000 (20:45 +0300)]
dumping-to-py of digue

5 years agodumping-to-py of stream
isn [Tue, 9 Apr 2019 14:50:06 +0000 (17:50 +0300)]
dumping-to-py of stream

5 years agodebug of tests
isn [Mon, 8 Apr 2019 18:13:09 +0000 (21:13 +0300)]
debug of tests

5 years agoMerge branch 'BR_H2018_3' into BR_2018_V8_5
Paul RASCLE [Mon, 8 Apr 2019 08:20:43 +0000 (10:20 +0200)]
Merge branch 'BR_H2018_3' into BR_2018_V8_5

5 years agocrash on exit (release mode)
isn [Fri, 5 Apr 2019 18:40:33 +0000 (21:40 +0300)]
crash on exit (release mode)

5 years agocrash on exit (hydro module -> close)
isn [Fri, 5 Apr 2019 16:24:05 +0000 (19:24 +0300)]
crash on exit (hydro module -> close)

5 years agoMerge branch 'BR_H2018_3' into BR_2018_V8_5
Paul RASCLE [Fri, 5 Apr 2019 08:45:12 +0000 (10:45 +0200)]
Merge branch 'BR_H2018_3' into BR_2018_V8_5

5 years ago3D presentation for lin.interp. stream
isn [Mon, 1 Apr 2019 17:02:43 +0000 (20:02 +0300)]
3D presentation for lin.interp. stream

5 years agolot 11 : another way to build 2d-face based on intermediate profiles only + additiona...
isn [Thu, 28 Mar 2019 17:03:07 +0000 (20:03 +0300)]
lot 11 : another way to build 2d-face based on intermediate profiles only + additional warning info

5 years agorefs# 1917 + protection against null shapes wires in GetMiddlePoint()
isn [Wed, 27 Mar 2019 15:20:03 +0000 (18:20 +0300)]
refs# 1917 + protection against null shapes wires in GetMiddlePoint()

5 years agolot 11 : use occt conversion for bsplines (3d->2d)
isn [Tue, 26 Mar 2019 17:08:13 +0000 (20:08 +0300)]
lot 11 : use occt conversion for bsplines (3d->2d)

5 years ago#refs 1886
isn [Mon, 25 Mar 2019 17:28:37 +0000 (20:28 +0300)]
#refs 1886

5 years agorefs #1885
isn [Mon, 25 Mar 2019 15:35:34 +0000 (18:35 +0300)]
refs #1885

5 years agoMerge branch 'BR_H2018_3' into BR_2018_V8_5
Paul RASCLE [Mon, 25 Mar 2019 10:16:25 +0000 (11:16 +0100)]
Merge branch 'BR_H2018_3' into BR_2018_V8_5

5 years agolot 11: corrections 2
isn [Wed, 20 Mar 2019 13:59:23 +0000 (16:59 +0300)]
lot 11: corrections 2

5 years agolot 11 : corrections
isn [Tue, 19 Mar 2019 19:02:16 +0000 (22:02 +0300)]
lot 11 : corrections

5 years agolot 11 (linear interpolation of stream) untested
isn [Wed, 27 Feb 2019 14:49:01 +0000 (17:49 +0300)]
lot 11 (linear interpolation of stream) untested

5 years agolot 12 : translations
isn [Tue, 19 Mar 2019 13:45:25 +0000 (16:45 +0300)]
lot 12 : translations

5 years agolot 12 p.2
isn [Tue, 5 Feb 2019 18:35:18 +0000 (21:35 +0300)]
lot 12 p.2

5 years agolot 12 GUI p.1
isn [Mon, 4 Feb 2019 18:29:42 +0000 (21:29 +0300)]
lot 12 GUI p.1

5 years agoMerge branch 'BR_H2018_3' into BR_2018_V8_5
Paul RASCLE [Tue, 5 Mar 2019 16:12:12 +0000 (17:12 +0100)]
Merge branch 'BR_H2018_3' into BR_2018_V8_5

5 years agominor changes of ImportPolygons() API
isn [Mon, 18 Feb 2019 17:17:51 +0000 (20:17 +0300)]
minor changes of ImportPolygons() API

5 years agoLots 4 & 5
isn [Tue, 12 Feb 2019 17:59:53 +0000 (20:59 +0300)]
Lots 4 & 5

5 years agodebug stream profiles linear interpolator
Paul RASCLE [Wed, 13 Feb 2019 10:33:27 +0000 (11:33 +0100)]
debug stream profiles linear interpolator

5 years agoexport of 3D poly to SHP (lot 5)
isn [Fri, 8 Feb 2019 13:50:10 +0000 (16:50 +0300)]
export of 3D poly to SHP (lot 5)

5 years agotranslations
isn [Fri, 8 Feb 2019 13:44:04 +0000 (16:44 +0300)]
translations

5 years agolot 15:: protection against corrupted polylines/objects
isn [Thu, 7 Feb 2019 11:41:19 +0000 (14:41 +0300)]
lot 15:: protection against corrupted polylines/objects

5 years agolot 10 - warnings for DTM - untested
isn [Thu, 31 Jan 2019 16:21:36 +0000 (19:21 +0300)]
lot 10 - warnings for DTM - untested

5 years agolot 13 - GUI/VISUAL part
isn [Mon, 21 Jan 2019 17:38:54 +0000 (20:38 +0300)]
lot 13 - GUI/VISUAL part

5 years agoset Z coordinate by default in interpolz_B method
Paul RASCLE [Tue, 29 Jan 2019 15:50:41 +0000 (16:50 +0100)]
set Z coordinate by default in interpolz_B method

5 years agocomments fro interpolZ_B
isn [Mon, 28 Jan 2019 15:25:21 +0000 (18:25 +0300)]
comments fro interpolZ_B

5 years agolot 19 : interpolZ_B method for interpolZ on bathymetry
isn [Mon, 28 Jan 2019 13:02:16 +0000 (16:02 +0300)]
lot 19 : interpolZ_B method for interpolZ on bathymetry

5 years agolot 19 wrappers
isn [Wed, 23 Jan 2019 17:06:41 +0000 (20:06 +0300)]
lot 19 wrappers

5 years agoMerge branch 'BR_H2018_3' into BR_2018_V8_5
Paul RASCLE [Thu, 17 Jan 2019 16:41:39 +0000 (17:41 +0100)]
Merge branch 'BR_H2018_3' into BR_2018_V8_5

Conflicts:
src/HYDROData/HYDROData_CompleteCalcCase.cxx
src/HYDROData/HYDROData_CompleteCalcCase.h
src/HYDROGUI/HYDROGUI_CalculationOp.cxx
src/HYDROGUI/HYDROGUI_CalculationOp.h

5 years agolot 15 :: updated gui
isn [Wed, 16 Jan 2019 16:19:20 +0000 (19:19 +0300)]
lot 15 :: updated gui

5 years agoLOT 15
isn [Fri, 21 Dec 2018 19:07:13 +0000 (22:07 +0300)]
LOT 15

Signed-off-by: isn <isn@opencascade.com>
5 years agorefs #1848: additional warning if importing of xy/xyz poly fails
isn [Fri, 11 Jan 2019 17:25:14 +0000 (20:25 +0300)]
refs #1848: additional warning if importing of xy/xyz poly fails

Signed-off-by: isn <isn@opencascade.com>
5 years agorefs #1847 colors assignment after merging of polylines
isn [Fri, 11 Jan 2019 13:27:16 +0000 (16:27 +0300)]
refs #1847 colors assignment after merging of polylines

Signed-off-by: isn <isn@opencascade.com>
5 years agodebug assymetric profile for embankment
Paul RASCLE [Mon, 7 Jan 2019 16:01:13 +0000 (17:01 +0100)]
debug assymetric profile for embankment

5 years agoMerge branch 'BR_H2018_DRAFT' into BR_2018_V8_5
Paul RASCLE [Mon, 7 Jan 2019 08:39:36 +0000 (09:39 +0100)]
Merge branch 'BR_H2018_DRAFT' into BR_2018_V8_5

5 years agoMerge branch 'BR_H2018_3' into BR_2018_V8_5
Paul RASCLE [Mon, 7 Jan 2019 08:37:42 +0000 (09:37 +0100)]
Merge branch 'BR_H2018_3' into BR_2018_V8_5

5 years agoLOT 15 BR_H2018_DRAFT
isn [Fri, 21 Dec 2018 19:07:13 +0000 (22:07 +0300)]
LOT 15

Signed-off-by: isn <isn@opencascade.com>
5 years agorefs #1832
isn [Thu, 20 Dec 2018 18:16:42 +0000 (21:16 +0300)]
refs #1832

5 years agolot 14 -> add edges (which are inside boundary polygon of type 1) as a separate group...
isn [Thu, 20 Dec 2018 13:21:06 +0000 (16:21 +0300)]
lot 14 -> add edges (which are inside boundary polygon of type 1) as a separate group +test

Signed-off-by: isn <isn@opencascade.com>
5 years agolot 13 -- asymmetric digue
isn [Thu, 13 Dec 2018 11:33:19 +0000 (14:33 +0300)]
lot 13 -- asymmetric digue

Signed-off-by: isn <isn@opencascade.com>
5 years agoMerge branch 'BR_H2018_3' into BR_2018_V8_5 HYDRO_V2_0_0
Paul RASCLE [Fri, 14 Dec 2018 08:53:05 +0000 (09:53 +0100)]
Merge branch 'BR_H2018_3' into BR_2018_V8_5

5 years agolot 6 :: import polylines form XY/XYZ + tests
isn [Wed, 12 Dec 2018 12:53:23 +0000 (15:53 +0300)]
lot 6 :: import polylines form XY/XYZ + tests

5 years agolot 3 - coloring of section in OCC view see also refs #1838 BR_H2018_2
isn [Fri, 7 Dec 2018 15:21:56 +0000 (18:21 +0300)]
lot 3 - coloring of section in OCC view see also refs #1838

5 years agointerpolZ.py produces a 3D mesh (with z != 0) by default
Paul RASCLE [Mon, 10 Dec 2018 15:26:23 +0000 (16:26 +0100)]
interpolZ.py produces a 3D mesh (with z != 0) by default

5 years agoMerge branch 'BR_H2018_2' into BR_2018_V8_5
Paul RASCLE [Mon, 3 Dec 2018 16:12:20 +0000 (17:12 +0100)]
Merge branch 'BR_H2018_2' into BR_2018_V8_5

5 years agodebug of Group Definition p.3
isn [Mon, 3 Dec 2018 15:41:16 +0000 (18:41 +0300)]
debug of Group Definition p.3

5 years agoMerge branch 'BR_H2018_2' into BR_2018_V8_5
Paul RASCLE [Mon, 3 Dec 2018 13:10:31 +0000 (14:10 +0100)]
Merge branch 'BR_H2018_2' into BR_2018_V8_5

5 years agodocumentation Paravis Français
Paul RASCLE [Fri, 23 Nov 2018 18:54:30 +0000 (19:54 +0100)]
documentation Paravis Français

5 years agoMerge branch 'BR_H2018_2' of https://codev-tuleap.cea.fr/plugins/git/salome/hydro...
isn [Wed, 21 Nov 2018 18:05:13 +0000 (21:05 +0300)]
Merge branch 'BR_H2018_2' of https://codev-tuleap.cea.fr/plugins/git/salome/hydro into BR_H2018_2

5 years agodebug of Group Definition p.2
isn [Wed, 21 Nov 2018 17:35:16 +0000 (20:35 +0300)]
debug of Group Definition p.2

5 years agodebug of GroupDefinition (regression on new occt)
isn [Wed, 21 Nov 2018 17:50:46 +0000 (20:50 +0300)]
debug of GroupDefinition (regression on new occt)
refs #1834

5 years agocoquilles dans le tutoriel Garonne
Paul RASCLE [Fri, 16 Nov 2018 15:43:42 +0000 (16:43 +0100)]
coquilles dans le tutoriel Garonne

5 years agoMerge branch 'BR_H2018_2' of https://codev-tuleap.cea.fr/plugins/git/salome/hydro...
mzn [Fri, 16 Nov 2018 11:46:57 +0000 (14:46 +0300)]
Merge branch 'BR_H2018_2' of https://codev-tuleap.cea.fr/plugins/git/salome/hydro into BR_H2018_2

5 years agorefs #1835: abort on switch between modules.
mzn [Fri, 16 Nov 2018 11:46:47 +0000 (14:46 +0300)]
refs #1835: abort on switch between modules.

5 years agorefs #1837 GetAltitudeForPoint :: missing parameter
isn [Thu, 15 Nov 2018 18:41:30 +0000 (21:41 +0300)]
refs #1837 GetAltitudeForPoint :: missing parameter

5 years agorefs #1837 GetAltitudeForPoint :: missing parameter
isn [Thu, 15 Nov 2018 18:41:30 +0000 (21:41 +0300)]
refs #1837 GetAltitudeForPoint :: missing parameter

5 years agodebug, dialogs not availables when HYDRO module interface is not loaded
Paul RASCLE [Tue, 6 Nov 2018 14:08:47 +0000 (15:08 +0100)]
debug, dialogs not availables when HYDRO module interface is not loaded

5 years agoMerge branch 'BR_H2018_2' of https://codev-tuleap.cea.fr/plugins/git/salome/hydro...
Paul RASCLE [Mon, 5 Nov 2018 14:12:10 +0000 (15:12 +0100)]
Merge branch 'BR_H2018_2' of https://codev-tuleap.cea.fr/plugins/git/salome/hydro into BR_H2018_2

5 years agorefs #1830: Progress dialog for the interpolation of bathymetry.
mzn [Fri, 26 Oct 2018 15:10:07 +0000 (18:10 +0300)]
refs #1830: Progress dialog for the interpolation of bathymetry.