search

This endpoint provides a STAC complient alternative to GET /path

Description

A STAC complient way to search for raster and vector data within Ellipsis Drive

Endpoint

/ogc/stac/search

Method

GET

Access Level Rules

Minimum Access Level

None

Processing Units

Minimum processing units

None

Parameters

NameTypeDescriptionRequiredDefault

bbox

Array

An array of length 4. Containing min longitude, min latitude, max longitude and max latitude in wgs84 coordinates

false

time

string

two date time string seperated by a /

false

resolution

Array

Array of length 2 containing mininmum and maximum resolution to search for

false

userId

uuid

Only search for data owned by a certain user

false

type

string

Either 'raster' or 'vector'

false

Last updated