Salome HOME
modules/hydro.git
8 years agotests for Strickler table
asl [Tue, 13 Oct 2015 10:36:34 +0000 (13:36 +0300)]
tests for Strickler table

8 years agoautomatic tests stabilization
asl [Tue, 13 Oct 2015 08:22:29 +0000 (11:22 +0300)]
automatic tests stabilization

8 years agoredesigned test system
asl [Tue, 13 Oct 2015 06:26:32 +0000 (09:26 +0300)]
redesigned test system

8 years agonew attributes in the Strickler table
asl [Mon, 12 Oct 2015 13:42:34 +0000 (16:42 +0300)]
new attributes in the Strickler table

8 years agodraft version
asl [Fri, 2 Oct 2015 05:42:34 +0000 (08:42 +0300)]
draft version

8 years ago#636: change of altitude object does not change the object geometry
asl [Thu, 1 Oct 2015 05:57:32 +0000 (08:57 +0300)]
#636: change of altitude object does not change the object geometry

8 years agorefs #638: correct modules order: "HYDRO,GEOM,SMESH"
asl [Tue, 29 Sep 2015 13:13:06 +0000 (16:13 +0300)]
refs #638: correct modules order: "HYDRO,GEOM,SMESH"

8 years agorefs #638: zone name should not be changed when it is moved into another region
asl [Mon, 28 Sep 2015 13:34:20 +0000 (16:34 +0300)]
refs #638: zone name should not be changed when it is moved into another region

8 years agorefs #635: Altitude interpolation does not work anymore on channels and embankments.
mzn [Wed, 2 Sep 2015 14:05:36 +0000 (17:05 +0300)]
refs #635: Altitude interpolation does not work anymore on channels and embankments.

8 years agofast algorithm of altitude computing on plane edge/wire
asl [Wed, 2 Sep 2015 05:43:36 +0000 (08:43 +0300)]
fast algorithm of altitude computing on plane edge/wire

8 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
isn [Mon, 24 Aug 2015 10:53:15 +0000 (13:53 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

8 years ago#refs 647
isn [Mon, 24 Aug 2015 10:41:27 +0000 (13:41 +0300)]
#refs 647

8 years agorefs #640: correct width for non-georeferenced profile
asl [Fri, 21 Aug 2015 13:06:02 +0000 (16:06 +0300)]
refs #640: correct width for non-georeferenced profile

8 years agorefs #639: the button to regenerate colors
asl [Fri, 21 Aug 2015 12:23:29 +0000 (15:23 +0300)]
refs #639: the button to regenerate colors

8 years agorefs #626: No warning appears during attempt splitting not intersected polylines
abk [Wed, 5 Aug 2015 14:21:08 +0000 (17:21 +0300)]
refs #626: No warning appears during attempt splitting not intersected polylines

Functionality to output the warning using the flag was created.

8 years agorefs #626: No warning appears during attempt splitting not intersected polylines
abk [Wed, 5 Aug 2015 13:32:49 +0000 (16:32 +0300)]
refs #626: No warning appears during attempt splitting not intersected polylines

The functionality to split a polyline by a tool was extended
to determine whether to display the warning about the intersection absence.
Now method 'HYDROGUI_SplitPolylinesOp::processApply' calculates corresponding flag 'isIntersected'.

8 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
mzn [Mon, 3 Aug 2015 12:40:18 +0000 (15:40 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

8 years agoAdd polylines scenario.
mzn [Mon, 3 Aug 2015 12:39:38 +0000 (15:39 +0300)]
Add polylines scenario.

8 years agorefs #625: Fatal error as result of show split polyline
abk [Fri, 10 Jul 2015 17:35:04 +0000 (20:35 +0300)]
refs #625: Fatal error as result of show split polyline

The reasons of the error - the incorrect cuttings of a topological curve by parameters and a parameter - were corrected.

8 years agorefs #623: Fatal error as result of splitting polyline
abk [Fri, 10 Jul 2015 14:00:40 +0000 (17:00 +0300)]
refs #623: Fatal error as result of splitting polyline

The reason of the error - the incorrect cutting of a topological curve by parameters - was corrected.

8 years agorefs #628: Fatal error as result of splitting polyline without tool object
abk [Fri, 10 Jul 2015 11:00:28 +0000 (14:00 +0300)]
refs #628: Fatal error as result of splitting polyline without tool object

The split algorithms were changed to do not perform the splitting if:
- the polyline is absent during the split by a point;
- one of the polylines is absent during the split of a polyline by a tool;
- less than two polylines are present during the split of polylines by each other.

8 years agoA functionality to control the conversion deflection was created.
abk [Thu, 9 Jul 2015 17:40:37 +0000 (20:40 +0300)]
A functionality to control the conversion deflection was created.

8 years agopatch for compilation on Linux
asl [Thu, 9 Jul 2015 13:29:08 +0000 (16:29 +0300)]
patch for compilation on Linux

8 years agoAlgorithms to convert 'TopoDS_Wire' object to a wire composed of B-spline edges were...
abk [Tue, 7 Jul 2015 12:17:54 +0000 (15:17 +0300)]
Algorithms to convert 'TopoDS_Wire' object to a wire composed of B-spline edges were created.
An automatic conversion of each complex polyline to polyline composed of spline section was created based on these algorithms.
The deflection of the conversion is uncontrolled now.
The data structures and the algorithms to work with the topological curves were formed as class 'HYDROData_TopoCurve'.

8 years agorefs #576: Artificial object that does not follow the polyline.
mzn [Tue, 7 Jul 2015 14:29:48 +0000 (17:29 +0300)]
refs #576: Artificial object that does not follow the polyline.

9 years agoAlgorithms to merge sections were created.
abk [Wed, 1 Jul 2015 18:21:56 +0000 (21:21 +0300)]
Algorithms to merge sections were created.

9 years agoThe algorithm to split any curve by any point was fixed to rightly split the curve...
abk [Tue, 30 Jun 2015 17:16:09 +0000 (20:16 +0300)]
The algorithm to split any curve by any point was fixed to rightly split the curve if the curve is closed and the point is a vertex of the curve.

9 years agoThe algorithm to split any curve by any point was fixed to rightly split the curve... v1.4.2
abk [Tue, 30 Jun 2015 14:47:08 +0000 (17:47 +0300)]
The algorithm to split any curve by any point was fixed to rightly split the curve in non vertex point if the curve is closed.

9 years agorefs #585: name is not necessary in GUI
asl [Tue, 30 Jun 2015 13:32:53 +0000 (16:32 +0300)]
refs #585: name is not necessary in GUI

9 years agoAlgorithms to cut and split each polyline section by all other polyline sections...
abk [Tue, 30 Jun 2015 10:28:19 +0000 (13:28 +0300)]
Algorithms to cut and split each polyline section by all other polyline sections were written.

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into HEAD
isn [Tue, 30 Jun 2015 11:56:39 +0000 (14:56 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into HEAD

9 years agoDeny to create landcovers on the self-intersection wires/polyline
isn [Tue, 30 Jun 2015 11:55:53 +0000 (14:55 +0300)]
Deny to create landcovers on the self-intersection wires/polyline

9 years ago#612 - The order of extracted polylines in object browser is unexpected
stv [Tue, 30 Jun 2015 11:31:27 +0000 (14:31 +0300)]
#612 - The order of extracted polylines in object browser is unexpected

9 years agorefs #619
isn [Tue, 30 Jun 2015 10:46:46 +0000 (13:46 +0300)]
refs #619

9 years agorefs #618
isn [Tue, 30 Jun 2015 10:34:13 +0000 (13:34 +0300)]
refs #618

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into HEAD
isn [Tue, 30 Jun 2015 09:16:05 +0000 (12:16 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into HEAD

9 years agoImport of shapefile - small improvements
isn [Tue, 30 Jun 2015 09:15:35 +0000 (12:15 +0300)]
Import of shapefile - small improvements

9 years agopatch for crash
asl [Tue, 30 Jun 2015 09:13:02 +0000 (12:13 +0300)]
patch for crash

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into HEAD
isn [Tue, 30 Jun 2015 08:51:41 +0000 (11:51 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into HEAD

9 years agoImport of shapefile - bug fixes; #refs 614
isn [Tue, 30 Jun 2015 08:50:46 +0000 (11:50 +0300)]
Import of shapefile - bug fixes; #refs 614

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
mzn [Tue, 30 Jun 2015 07:24:43 +0000 (10:24 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agorefs #504: color of boundary polyline.
mzn [Tue, 30 Jun 2015 07:24:28 +0000 (10:24 +0300)]
refs #504: color of boundary polyline.

9 years ago#refs 585: the method IsCustom()
asl [Tue, 30 Jun 2015 06:44:25 +0000 (09:44 +0300)]
#refs 585: the method IsCustom()

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into HEAD
isn [Mon, 29 Jun 2015 16:10:08 +0000 (19:10 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into HEAD

9 years agoImport of landcover -- use fclass2d to determine outer wires and holes
isn [Mon, 29 Jun 2015 15:30:35 +0000 (18:30 +0300)]
Import of landcover -- use fclass2d to determine outer wires and holes

9 years agorefs #569: add warning if the user try to delete all tables
mzn [Mon, 29 Jun 2015 15:31:58 +0000 (18:31 +0300)]
refs #569: add warning if the user try to delete all tables

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
asl [Mon, 29 Jun 2015 13:29:17 +0000 (16:29 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agorefs #585: correct tool polyline filling
asl [Mon, 29 Jun 2015 13:29:00 +0000 (16:29 +0300)]
refs #585: correct tool polyline filling

9 years agoAlgorithms to cut any closed section at any point were written.
abk [Mon, 29 Jun 2015 13:18:57 +0000 (16:18 +0300)]
Algorithms to cut any closed section at any point were written.

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
asl [Mon, 29 Jun 2015 12:31:21 +0000 (15:31 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agoAlgorithms to split open section by a point were written.
abk [Fri, 26 Jun 2015 12:26:49 +0000 (15:26 +0300)]
Algorithms to split open section by a point were written.

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
asl [Mon, 29 Jun 2015 12:13:05 +0000 (15:13 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years ago#585: patch for names for result
asl [Mon, 29 Jun 2015 12:12:56 +0000 (15:12 +0300)]
#585: patch for names for result

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
isn [Mon, 29 Jun 2015 12:10:34 +0000 (15:10 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agoImport of landcover: small bug fixes #2
isn [Mon, 29 Jun 2015 12:10:17 +0000 (15:10 +0300)]
Import of landcover: small bug fixes #2

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
mzn [Mon, 29 Jun 2015 12:09:01 +0000 (15:09 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agorefs #548: Names of axes intersect each other.
mzn [Mon, 29 Jun 2015 12:08:38 +0000 (15:08 +0300)]
refs #548: Names of axes intersect each other.

9 years agoImport of landcover: small bug fixes
isn [Mon, 29 Jun 2015 11:42:41 +0000 (14:42 +0300)]
Import of landcover: small bug fixes

9 years ago#refs 608 ::remarks
isn [Mon, 29 Jun 2015 10:56:40 +0000 (13:56 +0300)]
#refs 608 ::remarks

9 years agoImport/Export // API revision. p4
isn [Mon, 29 Jun 2015 09:37:10 +0000 (12:37 +0300)]
Import/Export // API revision. p4

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
isn [Mon, 29 Jun 2015 09:11:59 +0000 (12:11 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agoImport/Export // API revision. p3
isn [Mon, 29 Jun 2015 09:11:39 +0000 (12:11 +0300)]
Import/Export // API revision. p3

9 years agoImport/Export // API revision. p2
isn [Mon, 29 Jun 2015 08:51:28 +0000 (11:51 +0300)]
Import/Export // API revision. p2

9 years agoImport/Export // API revision. p1
isn [Mon, 29 Jun 2015 08:03:45 +0000 (11:03 +0300)]
Import/Export // API revision. p1

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
asl [Fri, 26 Jun 2015 13:00:49 +0000 (16:00 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agorefs #585: merge
asl [Fri, 26 Jun 2015 13:00:34 +0000 (16:00 +0300)]
refs #585: merge

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
mkr [Fri, 26 Jun 2015 12:28:05 +0000 (15:28 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agorefs #585: split/merge implementation
asl [Fri, 26 Jun 2015 12:23:51 +0000 (15:23 +0300)]
refs #585: split/merge implementation

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
mkr [Fri, 26 Jun 2015 12:18:44 +0000 (15:18 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agorefs #593: Split polylines, Merge polylines icons.
mkr [Fri, 26 Jun 2015 12:18:02 +0000 (15:18 +0300)]
refs #593: Split polylines, Merge polylines icons.

9 years agorefs #596: improve polyline popup menu in Object Browser.
mkr [Fri, 26 Jun 2015 12:16:43 +0000 (15:16 +0300)]
refs #596: improve polyline popup menu in Object Browser.

9 years agopatch for compilation on Linux
asl [Fri, 26 Jun 2015 09:43:26 +0000 (12:43 +0300)]
patch for compilation on Linux

9 years agocode revision
asl [Fri, 26 Jun 2015 09:37:12 +0000 (12:37 +0300)]
code revision

9 years agopatch for correct linkage to shapelib
asl [Fri, 26 Jun 2015 09:37:03 +0000 (12:37 +0300)]
patch for correct linkage to shapelib

9 years ago++ shapefil
isn [Fri, 26 Jun 2015 09:20:27 +0000 (12:20 +0300)]
++ shapefil

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
isn [Fri, 26 Jun 2015 09:18:11 +0000 (12:18 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agomove shapelib to sep. lib (cmake errors)
isn [Fri, 26 Jun 2015 09:17:37 +0000 (12:17 +0300)]
move shapelib to sep. lib (cmake errors)

9 years agopatch for correct compilation after merge
asl [Fri, 26 Jun 2015 08:46:54 +0000 (11:46 +0300)]
patch for correct compilation after merge

9 years agoMerge remote-tracking branch 'origin/BR_LAND_COVER' into BR_v14_rc
asl [Fri, 26 Jun 2015 08:15:42 +0000 (11:15 +0300)]
Merge remote-tracking branch 'origin/BR_LAND_COVER' into BR_v14_rc

9 years ago#571 - Land Cover: calculation of Strickler coefficient BR_LAND_COVER
stv [Fri, 26 Jun 2015 07:56:18 +0000 (10:56 +0300)]
#571 - Land Cover: calculation of Strickler coefficient
#572 - Extraction of polylines
#563 - Strickler table: dump to Python (bug fixing)
#599 - Incorrect behavior of 'eyes' in Object browser after reloading python script

9 years agoMerge remote-tracking branch 'origin/BR_LAND_COVER' into BR_v14_rc
asl [Fri, 26 Jun 2015 08:09:44 +0000 (11:09 +0300)]
Merge remote-tracking branch 'origin/BR_LAND_COVER' into BR_v14_rc

Conflicts:
src/HYDROData/HYDROData_StricklerTable.cxx
src/HYDROData/HYDROData_StricklerTable.h
src/HYDROGUI/CMakeLists.txt
src/HYDROGUI/HYDROGUI_DataModel.cxx
src/HYDROGUI/HYDROGUI_DataModel.h
src/HYDROGUI/HYDROGUI_Module.h
src/HYDROGUI/HYDROGUI_Operations.cxx
src/HYDROGUI/HYDROGUI_Operations.h

9 years agorefs #585: flag in merge operations
asl [Fri, 26 Jun 2015 08:01:48 +0000 (11:01 +0300)]
refs #585: flag in merge operations

9 years ago#571 - Land Cover: calculation of Strickler coefficient
stv [Fri, 26 Jun 2015 07:56:18 +0000 (10:56 +0300)]
#571 - Land Cover: calculation of Strickler coefficient
#572 - Extraction of polylines
#563 - Strickler table: dump to Python (bug fixing)
#599 - Incorrect behavior of 'eyes' in Object browser after reloading python script

9 years agominor code revision
asl [Fri, 26 Jun 2015 07:02:09 +0000 (10:02 +0300)]
minor code revision

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
isn [Thu, 25 Jun 2015 14:55:54 +0000 (17:55 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agoImport/Export new resources
isn [Thu, 25 Jun 2015 14:55:20 +0000 (17:55 +0300)]
Import/Export new resources

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
mkr [Thu, 25 Jun 2015 14:50:38 +0000 (17:50 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agorefs #596, #597: redesign of HYDRO main menu: create new Image and Polyline items.
mkr [Thu, 25 Jun 2015 14:50:26 +0000 (17:50 +0300)]
refs #596, #597: redesign of HYDRO main menu: create new Image and Polyline items.

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
isn [Thu, 25 Jun 2015 14:46:54 +0000 (17:46 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agoImport/Export new corrections
isn [Thu, 25 Jun 2015 14:45:28 +0000 (17:45 +0300)]
Import/Export new corrections

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
mkr [Thu, 25 Jun 2015 14:06:12 +0000 (17:06 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agorefs #542: show warning, when order or priority rules are changed for geometry object...
mkr [Thu, 25 Jun 2015 14:05:58 +0000 (17:05 +0300)]
refs #542: show warning, when order or priority rules are changed for geometry objects or land covers.

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
isn [Thu, 25 Jun 2015 13:46:48 +0000 (16:46 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agoImport/Export >> some minor corrections
isn [Thu, 25 Jun 2015 13:45:46 +0000 (16:45 +0300)]
Import/Export >> some minor corrections

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
mzn [Thu, 25 Jun 2015 13:11:34 +0000 (16:11 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agorefs #569: fix remarks.
mzn [Thu, 25 Jun 2015 13:11:26 +0000 (16:11 +0300)]
refs #569: fix remarks.

9 years agopatch for correct compilation on Linux
asl [Thu, 25 Jun 2015 13:10:41 +0000 (16:10 +0300)]
patch for correct compilation on Linux

9 years agoMerge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
asl [Thu, 25 Jun 2015 12:36:22 +0000 (15:36 +0300)]
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc

9 years agorefs #585: polylines operations (split/merge)
asl [Thu, 25 Jun 2015 12:36:07 +0000 (15:36 +0300)]
refs #585: polylines operations (split/merge)

9 years agoexport of landcovers to shp-polygons (draft)
isn [Thu, 25 Jun 2015 10:43:14 +0000 (13:43 +0300)]
export of landcovers to shp-polygons (draft)