mfath
Advisor
Advisor
Member since ‎03-30-2012

User Statistics

  • 48 Posts
  • 7 Solutions
  • 12 Kudos given
  • 111 Kudos received

User Activity

In this blog post I will show how to estimate the water load in a stormwater network and calculate the risk of an overload. Sure, I'm not a water network expert, but here is the idea: a stormwater network is a directed, (in our case mostly acyclic) g...
In SAP HANA Cloud, you find database objects like tables, views, procedure, functions etc. These objects do not "stand alone", but rather depend on each other. SQL views are built on tables, and are used in procedures. When migrating or changing data...
A lot of data science and machine learning work is done in Python. For this, the “Python machine learning client for SAP HANA” (hana-ml for short) provides easy access to SAP HANA tables in the form of Pandas compatible data-frames. However, with its...
In this blog post, I will show how to use some basic SAP HANA Graph functions to understand dependencies in a directed graph. The demo data describes python packages and their dependencies. Resolving package dependencies is required if a package mana...
In this blog post I will describe how to calculate drive time distances and isochrones on street network data. Isochrones are areas reachable within a certain time threshold. They are helpful in many transportation-related planning scenarios: retail ...