Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEM with lat/long coordinates #28

Open
BenjMy opened this issue Aug 16, 2024 · 0 comments
Open

DEM with lat/long coordinates #28

BenjMy opened this issue Aug 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@BenjMy
Copy link
Owner

BenjMy commented Aug 16, 2024

Issue when creating a mesh from a DEM with the specification of xll_corner and yll_corner.
The returns mesh does not have the same dimension as the dimension of the raster DEM.

Also need to check if the mesh is correctly updated once produced/after modifying prepro inputs i.e.;

  • simu.update_prepo_inputs(change1), simu.update_prepo_inputs(chnage 2), is change 2 applied?

Try to reproduce it with Weil et al example

simu.update_prepo_inputs(
    DEM=dem_mat,
    xllcorner=1e4,
    yllcorner=4e3,
    nstr=20,
    zratio=zr,
    base=max(zb),
)

simu.update_parm(TRAFLAG=0)
simu.create_mesh_vtk(verbose=True)
@BenjMy BenjMy added the bug Something isn't working label Aug 16, 2024
@BenjMy BenjMy self-assigned this Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant