Surface Operations🍋
          vertical_intersection(surface, georef_obj, attribute_name)
🍋
  Compute the vertical intersection between a georef object and a surface.
Vertical intersection is the intersection between a point and surface with along a specific (x, y) couple, this means the computed intersection is not necessary the closest existing one. Computed values are stored as a new property.
Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
| surface | Surface | GeoLime Surface Object. | required | 
| georef_obj | GeoRefObject | GeoRef Object. | required | 
| attribute_name | str | Name of vertical intersection property. | required | 
  
    
      Last update:
      2022-11-24