geojoins
A spatial relationship match joins the properties of the input with the properties of the target features. Therefore, the result features of every match get the geometry from the input features and the properties of both. So that a spatial join represents an inner join between two feature collections.
geojoins endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
contains /contains |
Joins the input features from 'left' with the matching target features from 'right' for all input features containing the target features. Therefore, the target geometry must be… |
| POST |
covers /covers |
Joins the input features from 'left' with the matching target features from 'right' for all input features covering the target features. Therefore, no point of the target… |
| POST |
crosses /crosses |
Joins the input features from 'left' with the matching target features from 'right' for all input features crossing the target features. Therefore, the input and target geometry… |
| POST |
intersects /intersects |
Joins the input features from 'left' with the matching target features from 'right' for all input features intersecting the target features. Therefore, the input and target… |
| POST |
overlaps /overlaps |
Joins the input features from 'left' with the matching target features from 'right' for all input features overlapping the target features. Therefore, the input and target… |
| POST |
touches /touches |
Joins the input features from 'left' with the matching target features from 'right' for all input features touching the target features. Therefore, the input and target geometry… |
| POST |
within /within |
Joins the input features from 'left' with the matching target features from 'right' for all target features containing the input features. Therefore, the input geometry must be… |
geojoins pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $9 / month | 50 / minute |
|
| ULTRA | $29 / month | 100 / minute |
|
| MEGA | $99 / month | 500 / minute |
|