Replies: 4 comments 7 replies
-
@ivicajan, the problem is that the only the exterior of I'm not sure what exactly you're trying to do, but if you want to enforce internal meshing boundary for your domain, you can first use the collector object to extract the polygon from multiple DEMs and then do boolean operations on the extracted shape and the shape you'd like to enforce and then pass the resulting (multi)polygon as a shape geometry to the jigsaw driver. |
Beta Was this translation helpful? Give feedback.
-
Hi, Right now Hfun have elements ~500m (blue color) and in the region where I don't want them (i.e. outside the red polygon): If you can see what is wrong, code is inside the notebook: Thanks! |
Beta Was this translation helpful? Give feedback.
-
Thanks for your time! Could it be because we use possibly different versions of jigsaw? |
Beta Was this translation helpful? Give feedback.
-
While you are on the topic, what would be an efficient way to get mesh coordinates back to lon/lat projection? Cheers, |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I'm building a mesh for a SCHISM wet-dry simulation and got almost there ;(
The problem I am facing now is that I still have elements where I don't want them (i.e. outside the roi I defined as a exclusion zone).
Possibly I am doing some stupid mistake and would appreciate if you could have a look, have some idea and save me time.
I put all inside the jupyter notebook with all other needed files to be able to run the example. Files are on my github:
https://github.com/ivicajan/OCSmesh_sandpit/tree/main
Thanks in advance,
Regards
Ivica
Beta Was this translation helpful? Give feedback.
All reactions