-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add new shape for the North sea #225
Comments
good plan! Please include other Rijkswateren as well. My suggestion: IJsselmeer/ Markermeer, Noordzeekanaal&IJ, Nieuwe Waterweg and all getijde-components of Grote Wateren. |
I found this WFS server from RWS that has the shapes we need. Using the existing nlmod function it is fairly easy to load this data. url = "https://geo.rijkswaterstaat.nl/services/ogc/gdr/omgevingswet/ows?service=WFS" The only difficult part is to find the right layer. The layers related to surface water are:
I think it is nice to combine this data into a single shapefile with the surface waters suggested by @KeesdeVriesW. If someone can do this, the geopackages of these layers can be found below |
Partially solved by #242 where the cells with sea are derived from the DTM. Keeping this issue open to add function to obtain the shapefile @OnnoEbbens proposed. Once this is done, we should remove the old shapefile. |
@KeesdeVriesW any chance you have a good shapefile that you'd be willing to commit? |
I wll have to look around. Would be better to use a public source like suggested by @OnnoEbbens. Opening the shapes and combineing them, if required adding defaul water level (NAP), mean Bottom level and mean resistance. |
No description provided.
The text was updated successfully, but these errors were encountered: