Git Product home page Git Product logo

Comments (3)

Pypadopoulos avatar Pypadopoulos commented on June 15, 2024

Same issue is had with the Earthworks tool (tried with a full-slope earthwork) :
ModifiedTerrain2
{ 'DEM' : 'XXXX/Test-MDT-Migas.tif', 'cut_slope' : 1, 'fill_slope' : 3, 'new_DEM' : 'TEMPORARY_OUTPUT', 'platform' : 'C:/Users/RVV/Desktop/Platform.shp', 'platform_level' : 400 }

from civileng.

MBR111 avatar MBR111 commented on June 15, 2024

When the Reservoir tool is used, slope stars correctly from poliline marked and starts the slope at selected ratio (1:H). But suddenly, when slope reaches 100 meters each side in plan view, it descends abruptly to the terrain. I tried in several locations obtaining the same result. Lake is obtained correctly.

Two figures are attatched to ilustrate the problem.

ModifiedTerrain OriginalTerrain

INPUT: ({ 'DEM' : 'XXXX/Test-MDT-Migas.tif', 'dam_top_level' : 400, 'dam_vector_layer' : 'C:/Users/RVV/Desktop/Test-LIN.shp', 'dam_wall_slope' : 3, 'new_DEM_raster' : 'TEMPORARY_OUTPUT', 'new_lake_raster' : 'TEMPORARY_OUTPUT', 'reservoir_inner_point' : '576415.550627,4132294.982787 [EPSG:3042]', 'water_depth_from_top' : 5 })

When the Reservoir tool is used, slope stars correctly from poliline marked and starts the slope at selected ratio (1:H). But suddenly, when slope reaches 100 meters each side in plan view, it descends abruptly to the terrain. I tried in several locations obtaining the same result. Lake is obtained correctly.

Two figures are attatched to ilustrate the problem.

ModifiedTerrain OriginalTerrain

INPUT: ({ 'DEM' : 'XXXX/Test-MDT-Migas.tif', 'dam_top_level' : 400, 'dam_vector_layer' : 'C:/Users/RVV/Desktop/Test-LIN.shp', 'dam_wall_slope' : 3, 'new_DEM_raster' : 'TEMPORARY_OUTPUT', 'new_lake_raster' : 'TEMPORARY_OUTPUT', 'reservoir_inner_point' : '576415.550627,4132294.982787 [EPSG:3042]', 'water_depth_from_top' : 5 })

Hi there,

This particular issue can be solved editing the file "Reservoir_algorithm.py" in the Qgis plugin folder located under your Qgis profile directory (you can open it directly from Qgis) and changing the line 'RINGS': 1000, to 'RINGS': 10000,

Try it and please come back to me if it doesn't solve your problem.

from civileng.

MBR111 avatar MBR111 commented on June 15, 2024

Same issue is had with the Earthworks tool (tried with a full-slope earthwork) : ModifiedTerrain2 { 'DEM' : 'XXXX/Test-MDT-Migas.tif', 'cut_slope' : 1, 'fill_slope' : 3, 'new_DEM' : 'TEMPORARY_OUTPUT', 'platform' : 'C:/Users/RVV/Desktop/Platform.shp', 'platform_level' : 400 }

Hi there,

This particular issue can be solved editing the file "Earthworks_algorithm.py" in the Qgis plugin folder located under your Qgis profile directory (you can open it directly from Qgis) and changing the line 'RINGS': 100, to 'RINGS': 1000, or a value higher than the planar extents of the earthwork (you should try with differents values).

Try it and please come back to me if it doesn't solve your problem.

from civileng.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.