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

Adjust oppervlaktewater_pwn_shapes_panden #1

Open
bdestombe opened this issue Mar 12, 2024 · 0 comments
Open

Adjust oppervlaktewater_pwn_shapes_panden #1

bdestombe opened this issue Mar 12, 2024 · 0 comments

Comments

@bdestombe
Copy link
Member

Incorporate into the shape files

  data_path_panden = get_abs_data_path(
      name="oppervlaktewater_pwn_shapes_panden",
      version="latest",
      location="get_from_env",
  )

  panden_shp = gpd.read_file(os.path.join(data_path_panden, "Panden_ICAS_IKIEF.shp"))
  panden_shp["c"] = 1.0  # bodemweerstand
  panden_shp["stage"] = np.nan
  panden_shp.loc[panden_shp.Naam.str.contains("ICAS"), "stage"] = 2.8  # mNAP
  panden_shp.loc[panden_shp.Naam.str.contains("IKIEF"), "stage"] = 5.8  # mNAP
  panden_shp["rbot"] = panden_shp["stage"] - 2.0
@bdestombe bdestombe added this to NHFLO Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant