From: Paul RASCLE Date: Fri, 20 May 2016 16:34:43 +0000 (+0200) Subject: HYDRO_tests corrections X-Git-Tag: v1.6~113^2~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=357d12c8701339e897cb70b3711671e8c31daf19;p=modules%2Fhydro.git HYDRO_tests corrections --- diff --git a/src/HYDROData/HYDROData_LandCoverMap.cxx b/src/HYDROData/HYDROData_LandCoverMap.cxx index a8325aef..9f8986e2 100644 --- a/src/HYDROData/HYDROData_LandCoverMap.cxx +++ b/src/HYDROData/HYDROData_LandCoverMap.cxx @@ -645,6 +645,7 @@ TopoDS_Shape HYDROData_LandCoverMap::MergeFaces( const TopTools_ListOfShape& the TopTools_IndexedDataMapOfShapeListOfShape* theShHistory, double theTolerance) { + //DEBTRACE("MergeFaces"); int anError; TopTools_ListIteratorOfListOfShape anIt; BOPCol_ListOfShape aLC; @@ -829,16 +830,14 @@ bool HYDROData_LandCoverMap::LocalPartition( const TopoDS_Shape& theNewShape, co aShapesList.Append( anIt.Face() ); aShapesList.Append( theNewShape ); - DEBTRACE("theNewType " << theNewType); + //DEBTRACE("theNewType " << theNewType); if( aShapesList.Size()==1 && theNewShape.ShapeType()==TopAbs_FACE ) { - DEBTRACE("---"); aNewFaces.Add( TopoDS::Face( theNewShape ), theNewType ); StoreLandCovers( aNewFaces ); return true; } - DEBTRACE("---"); // prepare pave filler aPaveFiller.SetArguments( aShapesList ); aPaveFiller.Perform(); @@ -846,7 +845,6 @@ bool HYDROData_LandCoverMap::LocalPartition( const TopoDS_Shape& theNewShape, co if( anError ) return false; - DEBTRACE("---"); // add faces to builder BOPAlgo_Builder aBuilder; anIt.Init( *this ); @@ -870,7 +868,7 @@ bool HYDROData_LandCoverMap::LocalPartition( const TopoDS_Shape& theNewShape, co for( ; aMIt.More(); aMIt.Next() ) { //std::cout << " " << aMIt.Value() << std::endl; - DEBTRACE(aMIt.Value()); + //DEBTRACE(aMIt.Value()); int aKey = (int)(uintptr_t)aMIt.Value().TShape().operator->(); aShapesFromNewFace.Add( aKey ); } @@ -880,12 +878,13 @@ bool HYDROData_LandCoverMap::LocalPartition( const TopoDS_Shape& theNewShape, co for( ; anIt.More(); anIt.Next() ) { QString aSType = anIt.StricklerType(); - DEBTRACE(anIt.StricklerType()); + //DEBTRACE(anIt.StricklerType() << " " << anIt.Face()); //std::cout << "from " << anIt.Face() << ": " << anIt.StricklerType() << std::endl; TopTools_ListOfShape aModified = aBuilder.Modified( anIt.Face() ); // if( aModified.Extent() == 0 ) aModified.Append( anIt.Face() ); + //DEBTRACE(anIt.StricklerType() << " " << anIt.Face()); TopTools_ListIteratorOfListOfShape aMIt( aModified ); for( ; aMIt.More(); aMIt.Next() ) @@ -898,14 +897,20 @@ bool HYDROData_LandCoverMap::LocalPartition( const TopoDS_Shape& theNewShape, co if( isFace && !isAlsoFromNew ) aNewFaces.Add( TopoDS::Face( aShape ), aSType ); } + //DEBTRACE(anIt.StricklerType() << " " << anIt.Face()); } - DEBTRACE("---"); // c. add the new shape if it is face with its type if( theNewShape.ShapeType()==TopAbs_FACE ) aNewFaces.Add( TopoDS::Face( theNewShape ), theNewType ); // convert map of shape to type to compound and list of types StoreLandCovers( aNewFaces ); + +// anIt.Init( *this ); +// for( ; anIt.More(); anIt.Next() ) +// { +// DEBTRACE(anIt.StricklerType() << " " << anIt.Face()); +// } return true; } @@ -917,6 +922,7 @@ void HYDROData_LandCoverMap::StoreLandCovers( const HYDROData_MapOfFaceToStrickl { TopTools_ListOfShape aListOfFaces; + //DEBTRACE("theMap.Extent() " << theMap.Extent()); for( int i = 1; i <= theMap.Extent(); i++ ) { TopoDS_Face aFace = theMap.FindKey(i); @@ -950,16 +956,24 @@ void HYDROData_LandCoverMap::StoreLandCovers( const HYDROData_MapOfFaceToStrickl for( int i = 1; i <= theMap.Extent(); i++ ) { TopoDS_Face aFF = theMap.FindKey(i); + //DEBTRACE(" --- " << aFF); if( aFF.IsNull() ) continue; TopTools_ListOfShape aLS = ShHistory.FindFromKey(aFF); if (aLS.IsEmpty()) { QString aSType = theMap.FindFromKey(aFF); + //DEBTRACE(" --- " << aSType.toStdString()); if (ShF2FHistory.Contains(aFF)) - aChF2ST.Add(ShF2FHistory.FindFromKey(aFF), aSType); + { + //DEBTRACE("ShF2FHistory.FindFromKey(aFF) " << ShF2FHistory.FindFromKey(aFF)); + aChF2ST.Add(ShF2FHistory.FindFromKey(aFF), aSType); + } else - aChF2ST.Add(aFF, aSType); + { + //DEBTRACE("aFF " << aFF); + aChF2ST.Add(aFF, aSType); + } } else { @@ -967,11 +981,19 @@ void HYDROData_LandCoverMap::StoreLandCovers( const HYDROData_MapOfFaceToStrickl for (; anIt.More(); anIt.Next()) { QString aSType = theMap.FindFromKey(aFF); + //DEBTRACE(" --- " << aSType.toStdString()); const TopoDS_Face& aMF = TopoDS::Face(anIt.Value()); - if (ShF2FHistory.Contains(aFF)) - aChF2ST.Add(ShF2FHistory.FindFromKey(aFF), aSType); + //if (ShF2FHistory.Contains(aFF)) + if (ShF2FHistory.Contains(aMF)) + { + aChF2ST.Add(ShF2FHistory.FindFromKey(aMF), aSType); + //DEBTRACE("ShF2FHistory.FindFromKey(aMF) " << ShF2FHistory.FindFromKey(aFF)); + } else - aChF2ST.Add(aFF, aSType); + { + aChF2ST.Add(aMF, aSType); + //DEBTRACE("aMF " << aMF); + } } } } @@ -986,6 +1008,7 @@ void HYDROData_LandCoverMap::StoreLandCovers( const HYDROData_MapOfFaceToStrickl QString aST = ""; if (aChF2ST.Contains(aFace)) aST = aChF2ST.FindFromKey(aFace); + //DEBTRACE("aFace " << aFace << " aST " << aST.toStdString()); aSTypes << aST; } @@ -993,6 +1016,7 @@ void HYDROData_LandCoverMap::StoreLandCovers( const HYDROData_MapOfFaceToStrickl int k = 0; foreach (QString aST, aSTypes) { + //DEBTRACE("aST " << aST.toStdString()); aTypes->SetValue( k, HYDROData_Tool::toExtString( aST ) ); k++; } @@ -1070,6 +1094,7 @@ QStringList HYDROData_LandCoverMap::DumpToPython( const QString& thePyScri void HYDROData_LandCoverMap::RemoveInternal(TopoDS_Shape& ShToRebuild, NCollection_IndexedDataMap* aF2FReplace) { + //DEBTRACE("RemoveInternal"); //Shape must be topologically correct TopExp_Explorer anExpF(ShToRebuild, TopAbs_FACE); // @@ -1112,6 +1137,10 @@ void HYDROData_LandCoverMap::RemoveInternal(TopoDS_Shape& ShToRebuild, NCollecti anExtReshape->Replace(aFK, aFV); ShToRebuild = anExtReshape->Apply(ShToRebuild); } +// for (int i = 1; i <= aF2FReplace->Extent(); i++) +// { +// DEBTRACE("aF2FReplace key,value " << aF2FReplace->FindKey(i) << " " << aF2FReplace->FindFromIndex(i)); +// } } diff --git a/src/HYDROGUI/resources/def_strickler_table.txt b/src/HYDROGUI/resources/def_strickler_table.txt index 20117d09..95c85e9f 100644 --- a/src/HYDROGUI/resources/def_strickler_table.txt +++ b/src/HYDROGUI/resources/def_strickler_table.txt @@ -1,45 +1,45 @@ CODE_06 -"Tissu urbain continu" 1.000 E6004D 111 -"Tissu urbain discontinu" 1.000 FF0000 112 -"Zones industrielles ou commerciales et installations publiques" 1.000 CC4DF2 121 -"Réseaux routier et ferroviaire et espaces associés" 1.000 CC0000 122 -"Zones portuaires" 1.000 E6CCCC 123 -"Aéroports" 1.000 E6CCE6 124 -"Extraction de matériaux" 1.000 A600CC 131 -"Décharges" 1.000 A64D00 132 -"Chantiers" 1.000 FF4DFF 133 -"Espaces verts urbains" 1.000 FFA6FF 141 -"Equipements sportifs et de loisirs" 1.000 FFE6FF 142 -"Terres arables hors périmètres d'irrigation" 1.000 FFFFA8 211 -"Périmètres irrigués en permanence" 1.000 FFFF00 212 -"Rizières" 1.000 E6E600 213 -"Vignobles" 1.000 E68000 221 -"Vergers et petits fruits" 1.000 F2A64D 222 -"Oliveraies" 1.000 E6A600 223 -"Prairies et autres surfaces toujours en herbe à usage agricole" 1.000 E6E64D 231 -"Cultures annuelles associées à des cultures permanentes" 1.000 FFE6A6 241 -"Systèmes culturaux et parcellaires complexes" 1.000 FFE64D 242 -"Surfaces essentiellement agricoles, interrompues par des espaces naturels importants" 1.000 E6CC4D 243 -"Territoires agroforestiers" 1.000 F2CCA6 244 -"Forêts de feuillus" 1.000 80FF00 311 -"Forêts de conifères" 1.000 A600 312 -"Forêts mélangées" 1.000 4DFF00 313 -"Pelouses et pâturages naturels" 1.000 CCF24D 321 -"Landes et broussailles" 1.000 A6FF80 322 -"Végétation sclérophylle" 1.000 A6E64D 323 -"Forêt et végétation arbustive en mutation" 1.000 A6F200 324 -"Plages, dunes et sable" 1.000 E6E6E6 331 -"Roches nues" 1.000 CCCCCC 332 -"Végétation clairsemée" 1.000 CCFFCC 333 -"Zones incendiées" 1.000 0 334 -"Glaciers et neiges éternelles" 1.000 A6E6CC 335 -"Marais intérieurs" 1.000 A6A6FF 411 -"Tourbières" 1.000 4D4DFF 412 -"Marais maritimes" 1.000 CCCCFF 421 -"Marais salants" 1.000 E6E6FF 422 -"Zones intertidales" 1.000 A6A6E6 423 -"Cours et voies d'eau" 1.000 CCF2 511 -"Plans d'eau" 1.000 80F2E6 512 -"Lagunes littorales" 1.000 FFA6 521 -"Estuaires" 1.000 A6FFE6 522 -"Mers et océans" 1.000 E6F2FF 523 +"Tissu urbain continu" 1.0111 E6004D 111 +"Tissu urbain discontinu" 1.0112 FF0000 112 +"Zones industrielles ou commerciales et installations publiques" 1.0121 CC4DF2 121 +"Réseaux routier et ferroviaire et espaces associés" 1.0122 CC0000 122 +"Zones portuaires" 1.0123 E6CCCC 123 +"Aéroports" 1.0124 E6CCE6 124 +"Extraction de matériaux" 1.0131 A600CC 131 +"Décharges" 1.0132 A64D00 132 +"Chantiers" 1.0133 FF4DFF 133 +"Espaces verts urbains" 1.0141 FFA6FF 141 +"Equipements sportifs et de loisirs" 1.0142 FFE6FF 142 +"Terres arables hors périmètres d'irrigation" 1.0211 FFFFA8 211 +"Périmètres irrigués en permanence" 1.0212 FFFF00 212 +"Rizières" 1.0213 E6E600 213 +"Vignobles" 1.0221 E68000 221 +"Vergers et petits fruits" 1.0222 F2A64D 222 +"Oliveraies" 1.0223 E6A600 223 +"Prairies et autres surfaces toujours en herbe à usage agricole" 1.0231 E6E64D 231 +"Cultures annuelles associées à des cultures permanentes" 1.0241 FFE6A6 241 +"Systèmes culturaux et parcellaires complexes" 1.0242 FFE64D 242 +"Surfaces essentiellement agricoles, interrompues par des espaces naturels importants" 1.0243 E6CC4D 243 +"Territoires agroforestiers" 1.0244 F2CCA6 244 +"Forêts de feuillus" 1.0311 80FF00 311 +"Forêts de conifères" 1.0312 A600 312 +"Forêts mélangées" 1.0313 4DFF00 313 +"Pelouses et pâturages naturels" 1.0321 CCF24D 321 +"Landes et broussailles" 1.0322 A6FF80 322 +"Végétation sclérophylle" 1.0323 A6E64D 323 +"Forêt et végétation arbustive en mutation" 1.0324 A6F200 324 +"Plages, dunes et sable" 1.0331 E6E6E6 331 +"Roches nues" 1.0332 CCCCCC 332 +"Végétation clairsemée" 1.0333 CCFFCC 333 +"Zones incendiées" 1.0334 0 334 +"Glaciers et neiges éternelles" 1.0335 A6E6CC 335 +"Marais intérieurs" 1.0411 A6A6FF 411 +"Tourbières" 1.0412 4D4DFF 412 +"Marais maritimes" 1.0421 CCCCFF 421 +"Marais salants" 1.0422 E6E6FF 422 +"Zones intertidales" 1.0423 A6A6E6 423 +"Cours et voies d'eau" 1.0511 CCF2 511 +"Plans d'eau" 1.0512 80F2E6 512 +"Lagunes littorales" 1.0521 FFA6 521 +"Estuaires" 1.0522 A6FFE6 522 +"Mers et océans" 1.0523 E6F2FF 523 diff --git a/src/HYDRO_tests/reference_data/LandCoverMap_PrsByCoeff.png b/src/HYDRO_tests/reference_data/LandCoverMap_PrsByCoeff.png index 0731c22f..951c13f4 100644 Binary files a/src/HYDRO_tests/reference_data/LandCoverMap_PrsByCoeff.png and b/src/HYDRO_tests/reference_data/LandCoverMap_PrsByCoeff.png differ diff --git a/src/HYDRO_tests/reference_data/st_dump.py b/src/HYDRO_tests/reference_data/st_dump.py index 42127401..c536a04f 100644 --- a/src/HYDRO_tests/reference_data/st_dump.py +++ b/src/HYDRO_tests/reference_data/st_dump.py @@ -1,68 +1,192 @@ -# -*- coding: utf-8 -*- +from HYDROPy import * +from PyQt4.QtCore import * +from PyQt4.QtGui import * -### -### This file is generated automatically by SALOME v7.6.0 with dump python functionality -### +hydro_doc = HYDROData_Document.Document( theStudy._get_StudyId() ) -import sys -import salome +hydro_doc.SetLocalCS( 0.000, 0.000 ) -salome.salome_init() -theStudy = salome.myStudy +ST = hydro_doc.CreateObject( KIND_STRICKLER_TABLE ) +ST.SetName( "ST" ) -import salome_notebook -notebook = salome_notebook.NoteBook(theStudy) -sys.path.insert( 0, r'D:/asl/hydro/studies') +ST.SetAttrName( "CODE_06 " ) -### -### HYDRO component -### +ST.Set( u"Pelouses et pâturages naturels", 1.0321 ) +ST.SetAttrValue( u"Pelouses et pâturages naturels", "321" ) +ST.SetColor( u"Pelouses et pâturages naturels", QColor( 204, 242, 77 ) ) -from HYDROPy import * -from PyQt4.QtCore import * -from PyQt4.QtGui import * +ST.Set( u"Aéroports", 1.0124 ) +ST.SetAttrValue( u"Aéroports", "124" ) +ST.SetColor( u"Aéroports", QColor( 230, 204, 230 ) ) + +ST.Set( u"Systèmes culturaux et parcellaires complexes", 1.0242 ) +ST.SetAttrValue( u"Systèmes culturaux et parcellaires complexes", "242" ) +ST.SetColor( u"Systèmes culturaux et parcellaires complexes", QColor( 255, 230, 77 ) ) + +ST.Set( u"Cultures annuelles associées à des cultures permanentes", 1.0241 ) +ST.SetAttrValue( u"Cultures annuelles associées à des cultures permanentes", "241" ) +ST.SetColor( u"Cultures annuelles associées à des cultures permanentes", QColor( 255, 230, 166 ) ) + +ST.Set( u"Forêt et végétation arbustive en mutation", 1.0324 ) +ST.SetAttrValue( u"Forêt et végétation arbustive en mutation", "324" ) +ST.SetColor( u"Forêt et végétation arbustive en mutation", QColor( 166, 242, 0 ) ) + +ST.Set( u"Décharges", 1.0132 ) +ST.SetAttrValue( u"Décharges", "132" ) +ST.SetColor( u"Décharges", QColor( 166, 77, 0 ) ) + +ST.Set( u"Végétation clairsemée", 1.0333 ) +ST.SetAttrValue( u"Végétation clairsemée", "333" ) +ST.SetColor( u"Végétation clairsemée", QColor( 204, 255, 204 ) ) + +ST.Set( u"Prairies et autres surfaces toujours en herbe à usage agricole", 1.0231 ) +ST.SetAttrValue( u"Prairies et autres surfaces toujours en herbe à usage agricole", "231" ) +ST.SetColor( u"Prairies et autres surfaces toujours en herbe à usage agricole", QColor( 230, 230, 77 ) ) + +ST.Set( u"Périmètres irrigués en permanence", 1.0212 ) +ST.SetAttrValue( u"Périmètres irrigués en permanence", "212" ) +ST.SetColor( u"Périmètres irrigués en permanence", QColor( 255, 255, 0 ) ) + +ST.Set( u"Plans d'eau", 1.0512 ) +ST.SetAttrValue( u"Plans d'eau", "512" ) +ST.SetColor( u"Plans d'eau", QColor( 128, 242, 230 ) ) + +ST.Set( u"Territoires agroforestiers", 1.0244 ) +ST.SetAttrValue( u"Territoires agroforestiers", "244" ) +ST.SetColor( u"Territoires agroforestiers", QColor( 242, 204, 166 ) ) + +ST.Set( u"Forêts mélangées", 1.0313 ) +ST.SetAttrValue( u"Forêts mélangées", "313" ) +ST.SetColor( u"Forêts mélangées", QColor( 77, 255, 0 ) ) + +ST.Set( u"Glaciers et neiges éternelles", 1.0335 ) +ST.SetAttrValue( u"Glaciers et neiges éternelles", "335" ) +ST.SetColor( u"Glaciers et neiges éternelles", QColor( 166, 230, 204 ) ) + +ST.Set( u"Plages, dunes et sable", 1.0331 ) +ST.SetAttrValue( u"Plages, dunes et sable", "331" ) +ST.SetColor( u"Plages, dunes et sable", QColor( 230, 230, 230 ) ) + +ST.Set( u"Zones incendiées", 1.0334 ) +ST.SetAttrValue( u"Zones incendiées", "334" ) +ST.SetColor( u"Zones incendiées", QColor( 0, 0, 0 ) ) + +ST.Set( u"Tissu urbain continu", 1.0111 ) +ST.SetAttrValue( u"Tissu urbain continu", "111" ) +ST.SetColor( u"Tissu urbain continu", QColor( 230, 0, 77 ) ) + +ST.Set( u"Chantiers", 1.0133 ) +ST.SetAttrValue( u"Chantiers", "133" ) +ST.SetColor( u"Chantiers", QColor( 255, 77, 255 ) ) + +ST.Set( u"Estuaires", 1.0522 ) +ST.SetAttrValue( u"Estuaires", "522" ) +ST.SetColor( u"Estuaires", QColor( 166, 255, 230 ) ) + +ST.Set( u"Marais maritimes", 1.0421 ) +ST.SetAttrValue( u"Marais maritimes", "421" ) +ST.SetColor( u"Marais maritimes", QColor( 204, 204, 255 ) ) + +ST.Set( u"Forêts de conifères", 1.0312 ) +ST.SetAttrValue( u"Forêts de conifères", "312" ) +ST.SetColor( u"Forêts de conifères", QColor( 0, 166, 0 ) ) + +ST.Set( u"Surfaces essentiellement agricoles, interrompues par des espaces naturels importants", 1.0243 ) +ST.SetAttrValue( u"Surfaces essentiellement agricoles, interrompues par des espaces naturels importants", "243" ) +ST.SetColor( u"Surfaces essentiellement agricoles, interrompues par des espaces naturels importants", QColor( 230, 204, 77 ) ) + +ST.Set( u"Tourbières", 1.0412 ) +ST.SetAttrValue( u"Tourbières", "412" ) +ST.SetColor( u"Tourbières", QColor( 77, 77, 255 ) ) + +ST.Set( u"Extraction de matériaux", 1.0131 ) +ST.SetAttrValue( u"Extraction de matériaux", "131" ) +ST.SetColor( u"Extraction de matériaux", QColor( 166, 0, 204 ) ) + +ST.Set( u"Réseaux routier et ferroviaire et espaces associés", 1.0122 ) +ST.SetAttrValue( u"Réseaux routier et ferroviaire et espaces associés", "122" ) +ST.SetColor( u"Réseaux routier et ferroviaire et espaces associés", QColor( 204, 0, 0 ) ) + +ST.Set( u"Mers et océans", 1.0523 ) +ST.SetAttrValue( u"Mers et océans", "523" ) +ST.SetColor( u"Mers et océans", QColor( 230, 242, 255 ) ) + +ST.Set( u"Equipements sportifs et de loisirs", 1.0142 ) +ST.SetAttrValue( u"Equipements sportifs et de loisirs", "142" ) +ST.SetColor( u"Equipements sportifs et de loisirs", QColor( 255, 230, 255 ) ) + +ST.Set( u"Forêts de feuillus", 1.0311 ) +ST.SetAttrValue( u"Forêts de feuillus", "311" ) +ST.SetColor( u"Forêts de feuillus", QColor( 128, 255, 0 ) ) + +ST.Set( u"Vergers et petits fruits", 1.0222 ) +ST.SetAttrValue( u"Vergers et petits fruits", "222" ) +ST.SetColor( u"Vergers et petits fruits", QColor( 242, 166, 77 ) ) + +ST.Set( u"Végétation sclérophylle", 1.0323 ) +ST.SetAttrValue( u"Végétation sclérophylle", "323" ) +ST.SetColor( u"Végétation sclérophylle", QColor( 166, 230, 77 ) ) + +ST.Set( u"Landes et broussailles", 1.0322 ) +ST.SetAttrValue( u"Landes et broussailles", "322" ) +ST.SetColor( u"Landes et broussailles", QColor( 166, 255, 128 ) ) + +ST.Set( u"Tissu urbain discontinu", 1.0112 ) +ST.SetAttrValue( u"Tissu urbain discontinu", "112" ) +ST.SetColor( u"Tissu urbain discontinu", QColor( 255, 0, 0 ) ) + +ST.Set( u"Cours et voies d'eau", 1.0511 ) +ST.SetAttrValue( u"Cours et voies d'eau", "511" ) +ST.SetColor( u"Cours et voies d'eau", QColor( 0, 204, 242 ) ) -hydro_doc = HYDROData_Document.Document( theStudy._get_StudyId() ); +ST.Set( u"Oliveraies", 1.0223 ) +ST.SetAttrValue( u"Oliveraies", "223" ) +ST.SetColor( u"Oliveraies", QColor( 230, 166, 0 ) ) -hydro_doc.SetLocalCS( 0, 0 ) +ST.Set( u"Vignobles", 1.0221 ) +ST.SetAttrValue( u"Vignobles", "221" ) +ST.SetColor( u"Vignobles", QColor( 230, 128, 0 ) ) -ST = hydro_doc.CreateObject( KIND_STRICKLER_TABLE ); -ST.SetName( "ST" ); +ST.Set( u"Rizières", 1.0213 ) +ST.SetAttrValue( u"Rizières", "213" ) +ST.SetColor( u"Rizières", QColor( 230, 230, 0 ) ) -ST.SetAttrName( "CODE_06" ); +ST.Set( u"Zones portuaires", 1.0123 ) +ST.SetAttrValue( u"Zones portuaires", "123" ) +ST.SetColor( u"Zones portuaires", QColor( 230, 204, 204 ) ) -ST.Set( u"Zones de champs, prairies, sans cultures", 20 ); -ST.SetAttrValue( u"Zones de champs, prairies, sans cultures", "511" ); -ST.SetColor( u"Zones de champs, prairies, sans cultures", QColor( 255, 0, 0 ) ); +ST.Set( u"Zones industrielles ou commerciales et installations publiques", 1.0121 ) +ST.SetAttrValue( u"Zones industrielles ou commerciales et installations publiques", "121" ) +ST.SetColor( u"Zones industrielles ou commerciales et installations publiques", QColor( 204, 77, 242 ) ) -ST.Set( u"Zones à faible urbanization (bourg)", 9 ); -ST.SetAttrValue( u"Zones à faible urbanization (bourg)", "" ); -ST.SetColor( u"Zones à faible urbanization (bourg)", QColor( 0, 0, 255 ) ); +ST.Set( u"Marais salants", 1.0422 ) +ST.SetAttrValue( u"Marais salants", "422" ) +ST.SetColor( u"Marais salants", QColor( 230, 230, 255 ) ) -ST.Set( u"Zones de champs cultivé à végétation haute", 12.5 ); -ST.SetAttrValue( u"Zones de champs cultivé à végétation haute", "" ); -ST.SetColor( u"Zones de champs cultivé à végétation haute", QColor( 0, 255, 0 ) ); +ST.Set( u"Marais intérieurs", 1.0411 ) +ST.SetAttrValue( u"Marais intérieurs", "411" ) +ST.SetColor( u"Marais intérieurs", QColor( 166, 166, 255 ) ) -ST.Set( u"Canaux artificiels en béton", 65 ); -ST.SetAttrValue( u"Canaux artificiels en béton", "" ); -ST.SetColor( u"Canaux artificiels en béton", QColor( 136, 136, 136 ) ); +ST.Set( u"Espaces verts urbains", 1.0141 ) +ST.SetAttrValue( u"Espaces verts urbains", "141" ) +ST.SetColor( u"Espaces verts urbains", QColor( 255, 166, 255 ) ) -ST.Set( u"Canaux naturels", 35 ); -ST.SetAttrValue( u"Canaux naturels", "" ); -ST.SetColor( u"Canaux naturels", QColor( 255, 0, 255 ) ); +ST.Set( u"Lagunes littorales", 1.0521 ) +ST.SetAttrValue( u"Lagunes littorales", "521" ) +ST.SetColor( u"Lagunes littorales", QColor( 0, 255, 166 ) ) -ST.Set( u"Zones à forte urbanization (agglomération)", 9 ); -ST.SetAttrValue( u"Zones à forte urbanization (agglomération)", "" ); -ST.SetColor( u"Zones à forte urbanization (agglomération)", QColor( 18, 52, 86 ) ); +ST.Set( u"Roches nues", 1.0332 ) +ST.SetAttrValue( u"Roches nues", "332" ) +ST.SetColor( u"Roches nues", QColor( 204, 204, 204 ) ) -ST.Set( u"Zones de champs cultivé à végétation basse", 17.5 ); -ST.SetAttrValue( u"Zones de champs cultivé à végétation basse", "512" ); -ST.SetColor( u"Zones de champs cultivé à végétation basse", QColor( 255, 255, 0 ) ); +ST.Set( u"Terres arables hors périmètres d'irrigation", 1.0211 ) +ST.SetAttrValue( u"Terres arables hors périmètres d'irrigation", "211" ) +ST.SetColor( u"Terres arables hors périmètres d'irrigation", QColor( 255, 255, 168 ) ) -ST.Set( u"Zones d'arbustes, de sous-bois", 10 ); -ST.SetAttrValue( u"Zones d'arbustes, de sous-bois", "" ); -ST.SetColor( u"Zones d'arbustes, de sous-bois", QColor( 0, 255, 255 ) ); +ST.Set( u"Zones intertidales", 1.0423 ) +ST.SetAttrValue( u"Zones intertidales", "423" ) +ST.SetColor( u"Zones intertidales", QColor( 166, 166, 230 ) ) -ST.Update(); +ST.Update() diff --git a/src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx b/src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx index c7e3b4c7..e0e5c84c 100644 --- a/src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx +++ b/src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx @@ -60,18 +60,34 @@ void test_HYDROData_LandCoverMap::test_add_2_objects() CPPUNIT_ASSERT_EQUAL( KIND_LAND_COVER_MAP, aMap->GetKind() ); TopoDS_Face aLC1 = Face( QList() << 10 << 10 << 50 << 20 << 30 << 50 << 15 << 30 ); + //DEBTRACE("--- ajout test1 " << aLC1); CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC1, "test1" ) ); TopoDS_Face aLC2 = Face( QList() << 30 << 20 << 60 << 10 << 70 << 35 << 40 << 40 ); + //DEBTRACE("--- ajout test2 " << aLC2); CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC2, "test2" ) ); + HYDROData_LandCoverMap::Explorer anIt( aMap ); + CPPUNIT_ASSERT_EQUAL( true, anIt.More() ); + //DEBTRACE(anIt.Face() << " " << anIt.StricklerType()); + CPPUNIT_ASSERT_EQUAL( QString( "test1" ), anIt.StricklerType() ); + anIt.Next(); + //DEBTRACE(anIt.Face() << " " << anIt.StricklerType()); + CPPUNIT_ASSERT_EQUAL( true, anIt.More() ); + CPPUNIT_ASSERT_EQUAL( QString( "test2" ), anIt.StricklerType() ); + anIt.Next(); + CPPUNIT_ASSERT_EQUAL( false, anIt.More() ); + + //DEBTRACE("--- show") TestViewer::show( aMap->GetShape(), AIS_Shaded, true, "LandCoverMap_Add_2_Objects" ); CPPUNIT_ASSERT_IMAGES - HYDROData_LandCoverMap::Explorer anIt( aMap ); + anIt.Init(*aMap); CPPUNIT_ASSERT_EQUAL( true, anIt.More() ); + //DEBTRACE(anIt.Face() << " " << anIt.StricklerType()); CPPUNIT_ASSERT_EQUAL( QString( "test1" ), anIt.StricklerType() ); anIt.Next(); + //DEBTRACE(anIt.Face() << " " << anIt.StricklerType()); CPPUNIT_ASSERT_EQUAL( true, anIt.More() ); CPPUNIT_ASSERT_EQUAL( QString( "test2" ), anIt.StricklerType() ); anIt.Next(); @@ -1071,17 +1087,17 @@ void test_HYDROData_LandCoverMap::test_export_telemac() Handle(HYDROData_LandCoverMap)::DownCast( aDoc->CreateObject( KIND_LAND_COVER_MAP ) ); TopoDS_Face aLC1 = Face( QList() << 12 << 19 << 82 << 9 << 126 << 53 << 107 << 80 << 29 << 75 ); - CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC1, "Zones de champs cultivé à végétation basse" ) ); + CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC1, "Forêt et végétation arbustive en mutation" ) ); TopoDS_Face aLC2 = Face( QList() << 21 << 34 << 24 << 25 << 37 << 37 << 40 << 61 << 44 << 95 << 85 << 100 << 104 << 66 << 107 << 33 << 128 << 18 << 140 << 50 << 131 << 89 << 104 << 111 << 31 << 114 ); - CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC2, "Zones de champs cultivé à végétation haute" ) ); + CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC2, "Forêts de conifères" ) ); TopoDS_Face aLC3 = Face( QList() << 4 << 54 << 1 << 47 << 51 << 45 << 127 << 42 << 145 << 43 << 148 << 60 << 90 << 65 ); - CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC3, "Zones de champs, prairies, sans cultures" ) ); + CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC3, "Forêts de feuillus" ) ); QString aTmpFileName = "test.telemac"; QString aTmpPath = QDir::tempPath() + "/" + aTmpFileName; @@ -1100,10 +1116,10 @@ void test_HYDROData_LandCoverMap::test_copy() aMap->SetName( "map_1" ); TopoDS_Face aLC1 = Face( QList() << 10 << 10 << 30 << 10 << 20 << 20 ); - CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC1, "Zones de champs cultivé à végétation basse" ) ); + CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC1, "Forêts de conifères" ) ); TopoDS_Face aLC2 = Face( QList() << 110 << 10 << 130 << 10 << 120 << 20 ); - CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC2, "Zones de champs cultivé à végétation haute" ) ); + CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC2, "Forêts de feuillus" ) ); Handle(HYDROData_LandCoverMap) aMap2 = Handle(HYDROData_LandCoverMap)::DownCast( aDoc->CreateObject( KIND_LAND_COVER_MAP ) ); @@ -1112,11 +1128,11 @@ void test_HYDROData_LandCoverMap::test_copy() CPPUNIT_ASSERT_EQUAL( QString( "map_2" ), aMap2->GetName() ); HYDROData_LandCoverMap::Explorer anIt( aMap2 ); CPPUNIT_ASSERT_EQUAL( true, anIt.More() ); - CPPUNIT_ASSERT_EQUAL( QString( "Zones de champs cultivé à végétation basse" ), anIt.StricklerType() ); + CPPUNIT_ASSERT_EQUAL( QString( "Forêts de conifères" ), anIt.StricklerType() ); CPPUNIT_ASSERT( anIt.Face().TShape()!=aLC1.TShape() ); anIt.Next(); CPPUNIT_ASSERT_EQUAL( true, anIt.More() ); - CPPUNIT_ASSERT_EQUAL( QString( "Zones de champs cultivé à végétation haute" ), anIt.StricklerType() ); + CPPUNIT_ASSERT_EQUAL( QString( "Forêts de feuillus" ), anIt.StricklerType() ); CPPUNIT_ASSERT( anIt.Face().TShape()!=aLC2.TShape() ); anIt.Next(); CPPUNIT_ASSERT_EQUAL( false, anIt.More() ); diff --git a/src/HYDRO_tests/test_HYDROData_StricklerTable.cxx b/src/HYDRO_tests/test_HYDROData_StricklerTable.cxx index b58f0f2d..c3248c54 100644 --- a/src/HYDRO_tests/test_HYDROData_StricklerTable.cxx +++ b/src/HYDRO_tests/test_HYDROData_StricklerTable.cxx @@ -40,17 +40,17 @@ void test_HYDROData_StricklerTable::test_import() CPPUNIT_ASSERT_EQUAL( true, aTable->Import( DEF_STR_PATH ) ); QStringList aTypes = aTable->GetTypes(); - CPPUNIT_ASSERT_EQUAL( 8, aTypes.size() ); + CPPUNIT_ASSERT_EQUAL( 44, aTypes.size() ); CPPUNIT_ASSERT_EQUAL( QString( "CODE_06" ), aTable->GetAttrName() ); - QString aType = "Zones de champs cultivé à végétation basse"; - CPPUNIT_ASSERT_EQUAL( aType, aTypes[3] ); + QString aType = "Périmètres irrigués en permanence"; + CPPUNIT_ASSERT_EQUAL( aType, aTypes[25] ); CPPUNIT_ASSERT_EQUAL( QColor( 255, 255, 0 ), aTable->GetColor( aType ) ); - CPPUNIT_ASSERT_EQUAL( QString( "512" ), aTable->GetAttrValue( aType ) ); + CPPUNIT_ASSERT_EQUAL( QString( "212" ), aTable->GetAttrValue( aType ) ); - aType = "Zones à forte urbanization (agglomération)"; - CPPUNIT_ASSERT_EQUAL( aType, aTypes[7] ); - CPPUNIT_ASSERT_EQUAL( QColor( 18, 52, 86 ), aTable->GetColor( aType ) ); + aType = "Végétation clairsemée"; + CPPUNIT_ASSERT_EQUAL( aType, aTypes[38] ); + CPPUNIT_ASSERT_EQUAL( QColor( 164, 25, 164 ), aTable->GetColor( aType ) ); CPPUNIT_ASSERT_EQUAL( QString( "" ), aTable->GetAttrValue( aType ) ); aDoc->Close(); @@ -74,13 +74,13 @@ void test_HYDROData_StricklerTable::test_import_export_equivalence() QByteArray aRefContents = aRefFile.readAll(); QByteArray aTmpContents = aTmpFile.readAll(); - bool isEqual = aRefContents.size()==aTmpContents.size(); - CPPUNIT_ASSERT_EQUAL( true, isEqual ); - for( int i=0, n=aRefContents.size(); isEqual && iImport( DEF_STR_PATH ) ); - CPPUNIT_ASSERT_EQUAL( QString( "Zones de champs cultivé à végétation basse" ), aTable->GetType( "512" ) ); - CPPUNIT_ASSERT_EQUAL( QString( "" ), aTable->GetType( "123" ) ); + CPPUNIT_ASSERT_EQUAL( QString( "Plans d'eau" ), aTable->GetType( "512" ) ); + CPPUNIT_ASSERT_EQUAL( QString( "" ), aTable->GetType( "125" ) ); CPPUNIT_ASSERT_EQUAL( QString( "" ), aTable->GetType( "" ) ); aDoc->Close(); @@ -229,7 +229,7 @@ void test_HYDROData_StricklerTable::test_add_row_in_gui_refs_717() HYDROGUI_StricklerTableDlg* aDlg = new HYDROGUI_StricklerTableDlg( 0, "", 0 ); aDlg->setGuiData( aTable ); - CPPUNIT_ASSERT_EQUAL( 8, aDlg->myTable->rowCount() ); + CPPUNIT_ASSERT_EQUAL( 44, aDlg->myTable->rowCount() ); aDlg->onAddCoefficient(); aDlg->getGuiData( aTable );