cygnus26 commited on
Commit
b4f6dbb
·
verified ·
1 Parent(s): e90c605

Upload Vitalens.py

Browse files
Files changed (1) hide show
  1. Vitalens.py +5 -5
Vitalens.py CHANGED
@@ -1166,7 +1166,6 @@ def update_layers(wellsLayer=active_wells_df, industryLayer=industrial):
1166
  lat = r["centroid"].y
1167
  lon = r["centroid"].x
1168
  name = r["Balance Area"]
1169
- print(lat,lon)
1170
  folium.Marker(
1171
  location=[lat, lon],
1172
  icon=DivIcon(
@@ -1221,7 +1220,7 @@ def update_layers(wellsLayer=active_wells_df, industryLayer=industrial):
1221
  <li>Leidingen <i class="fa-solid fa-minus fa-sm" style='color:#D9534F;'></i> <250mm
1222
  <i class="fa-solid fa-minus fa-lg" style='color:#D9534F;'></i> 250mm - 350mm
1223
  <i class="fa-solid fa-minus fa-2xl" style='color:#D9534F;'></i> >400mm</li>
1224
- <li><i class="fa-solid fa-folder" style='color: darkgreen;'></i> Natura200 Beschermd Gebied</li>
1225
  <li><i class="fa-solid fa-folder" style='color: #CAFAA2;'></i> Beperkt Natuurnetwerk Nederland Gebied</li>
1226
  <li><i class="fa-regular fa-folder" style='color:#93419F;'></i> Balansgebied</li>
1227
 
@@ -1266,6 +1265,7 @@ def estimate_Damage_for_well(type, well_name, target_percentage):
1266
  try:
1267
  popt, _ = curve_fit(log_func, perc_values, extents)
1268
  # Use the fitted curve to predict the extent at the target percentage
 
1269
  estimated_extent = log_func(target_percentage, *popt)
1270
  return estimated_extent
1271
  except Exception as e:
@@ -1908,7 +1908,7 @@ disclaimer = pn.pane.HTML('''<div style="font-family: Barlow, Arial, sans-serif;
1908
 
1909
  <h2>Belangrijkste functies</h2>
1910
  <ul>
1911
- <li><strong>Live Datavisualisatie:</strong> Bekijk en werk samen met putlocaties, extractieniveaus en milieugrenzen.</li>
1912
  <li><strong>Scenarioanalyse:</strong> Simuleer verschillende vraagscenario's voor water, zoals bevolkingsgroei of de behoeften van kleine bedrijven, om te zien hoe deze de watervoorziening en kosten kunnen beïnvloeden.</li>
1913
  <li><strong>Milieukostenramingen:</strong> Bereken milieukosten zoals CO2-uitstoot en de effecten van droogte voor elke put, en bekijk de beperkingen voor beschermde gebieden zoals Natura2000.</li>
1914
  <li><strong>Aangepast putbeheer:</strong> Verander de extractieniveaus en status (actief of inactief) van putten om watergebruik en efficiëntie te optimaliseren.</li>
@@ -2046,7 +2046,7 @@ total_capex_TT = pn.widgets.TooltipIcon(value="Totale investeringsuitgaven (CAPE
2046
  excess_cap = pn.indicators.Number(
2047
  name="Overcapaciteit",
2048
  value=calculate_available(),
2049
- format="{value:0.2f} Mm\u00b3/yr",
2050
  default_color='#3850a0',
2051
  font_size="20pt",
2052
  title_size="12pt",
@@ -2060,7 +2060,7 @@ excess_cap_row = pn.Row(excess_cap, excess_cap_TT)
2060
  industrial_extract = pn.indicators.Number(
2061
  name="Industriële Wateronttrekking",
2062
  value=calculate_industrial_extract(),
2063
- format="{value:0.2f} Mm\u00b3/yr",
2064
  default_color='#3850a0',
2065
  font_size="20pt",
2066
  title_size="12pt",
 
1166
  lat = r["centroid"].y
1167
  lon = r["centroid"].x
1168
  name = r["Balance Area"]
 
1169
  folium.Marker(
1170
  location=[lat, lon],
1171
  icon=DivIcon(
 
1220
  <li>Leidingen <i class="fa-solid fa-minus fa-sm" style='color:#D9534F;'></i> <250mm
1221
  <i class="fa-solid fa-minus fa-lg" style='color:#D9534F;'></i> 250mm - 350mm
1222
  <i class="fa-solid fa-minus fa-2xl" style='color:#D9534F;'></i> >400mm</li>
1223
+ <li><i class="fa-solid fa-folder" style='color: darkgreen;'></i> Natura2000 Beschermd Gebied</li>
1224
  <li><i class="fa-solid fa-folder" style='color: #CAFAA2;'></i> Beperkt Natuurnetwerk Nederland Gebied</li>
1225
  <li><i class="fa-regular fa-folder" style='color:#93419F;'></i> Balansgebied</li>
1226
 
 
1265
  try:
1266
  popt, _ = curve_fit(log_func, perc_values, extents)
1267
  # Use the fitted curve to predict the extent at the target percentage
1268
+ print (well_row[0], *popt)
1269
  estimated_extent = log_func(target_percentage, *popt)
1270
  return estimated_extent
1271
  except Exception as e:
 
1908
 
1909
  <h2>Belangrijkste functies</h2>
1910
  <ul>
1911
+ <li><strong>Datavisualisatie:</strong> Bekijk en werk samen met putlocaties, extractieniveaus en milieugrenzen.</li>
1912
  <li><strong>Scenarioanalyse:</strong> Simuleer verschillende vraagscenario's voor water, zoals bevolkingsgroei of de behoeften van kleine bedrijven, om te zien hoe deze de watervoorziening en kosten kunnen beïnvloeden.</li>
1913
  <li><strong>Milieukostenramingen:</strong> Bereken milieukosten zoals CO2-uitstoot en de effecten van droogte voor elke put, en bekijk de beperkingen voor beschermde gebieden zoals Natura2000.</li>
1914
  <li><strong>Aangepast putbeheer:</strong> Verander de extractieniveaus en status (actief of inactief) van putten om watergebruik en efficiëntie te optimaliseren.</li>
 
2046
  excess_cap = pn.indicators.Number(
2047
  name="Overcapaciteit",
2048
  value=calculate_available(),
2049
+ format="{value:0.2f} Mm\u00b3/jr",
2050
  default_color='#3850a0',
2051
  font_size="20pt",
2052
  title_size="12pt",
 
2060
  industrial_extract = pn.indicators.Number(
2061
  name="Industriële Wateronttrekking",
2062
  value=calculate_industrial_extract(),
2063
+ format="{value:0.2f} Mm\u00b3/jr",
2064
  default_color='#3850a0',
2065
  font_size="20pt",
2066
  title_size="12pt",