OGC request and resolution below 1m

Hi,

It looks like OGC requests cannot consume resolution below 1m? The same request goes through with the following parameters:

RESX=1m&RESY=1m

However, it throws an error (“Invalid request”) when I try to request with the following parameters:

RESX=0.5m&RESY=0.5m

I’m trying to download Pleiades image in max resolution.

Thanks!

OGC requests can certainly support 0.5m.
What you are probably stumbling upon is the maximum request limit size of 2500x2500px - your request is probably larger in one direction. The error message is not best, sorry about that.

I suggest you take a look at Large area utilities Python helper library to split the request in several parts.

1 Like

Hi @gmilcinski,

Thanks, this is helpful!