Massive request along multiple paths
Preferred endpoint for massive requests (thousands to millions locations along multiple paths)
Massive Request
POST
https://p20.cosmos-project.ch/<service URL>
A post request along with an attached file. The file must be a geojson of lines in EPSG:3857, must be named 'lines.geojson' and encoded in UTF8. Tested performance: ~ 1 million points in ~ 1 minute. Note: ~ 30 seconds base time. Use standard requests for a small sample size.
Path Parameters
Name | Type | Description |
---|---|---|
lines.geojson | object | File containing the paths |
Last updated