GeoLogic Object

class activelogic.GeoLogicObject

Object representing a GeoLogicObject.

>>> go = rs.add(GeoLogicObject('MyGeoLogicObject', items=[("Column", "Location")]))
class activelogic.GeoLogicObjectItem

Object representing an item of a GeoLogicObject.

Parameters:
  • geologic_column (str) – The column to match

  • value (str) – The value to match

>>> GeoLogicObjectItem(geologic_column="Column", value="Location")