Intersects
Check if two geometries intersect (share any portion of space).Request Body
number
required
Target chain ID (e.g., 84532 for Base Sepolia, 8453 for Base).
Input
required
First geometry to check.
Input
required
Second geometry to check.
string
required
EAS schema UID to issue the attestation against.
string
Ethereum address to receive the attestation. Defaults to zero address if not provided.
Example Request
Example Response
Notes
- Uses PostGIS
ST_Intersectsfunction - Returns
trueif geometries share any space (including boundaries) - More permissive than
contains— touching boundaries count as intersection
SDK Method
See
astral.compute.intersects()