<p dir="ltr">Hello,</p>
<p dir="ltr">I was wondering if the python api allows for vectorizing functions over arrays of geometry object (ogr objects?) through numpy.</p>
<p dir="ltr">Like can I call overlaps on two (N,1) geomtry arrays and get an array of bools? Is it using python loops to iterate through, or is it applying it as a ufunc?</p>
<p dir="ltr">Thanks,<br>
  Elliot</p>