query_cdse_catalogue will return a 400 if a featurecollection contains only one point. The API expects a bounding box as input. Possibly the quickest fix would be to perform a buffer on the point right before the query, to make sure we always have a bounding box.
query_cdse_catalogue
will return a 400 if a featurecollection contains only one point. The API expects a bounding box as input. Possibly the quickest fix would be to perform a buffer on the point right before the query, to make sure we always have a bounding box.