DSFU data visualization on Google Map using MIKEIO #629
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
clemenscremer
Jan 4, 2024
Replies: 1 comment 8 replies
-
@clemenscremer do you have any suggestion on how to get a correctly aligned background map with Dfsu data in projected coordinates? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Might be a problem with the regex or the epsg then (just have added it for convenience and it works with my dfsu files but it might not generalize well). I suggest you specify epsg directly instead of using find_epsg(dfs):
epsg = 3857
.If that doesn't work you might need to read on reprojections https://pygis.io/docs/d_raster_crs_intro.html