You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We recently published some COGs, but failed to validate if the range requests were supported. In the end the problem was caused by the firewall which didn't allow range request headers.
Describe the solution you'd like
Ability to run a series of range requests on a COG (cloud optimised geotiff). First request would fecth the index of the COG, then some requests to fetch some random data and see if a valid image stream is returned.
The text was updated successfully, but these errors were encountered:
For this case a custom Probe needs to be developed. There are several existing examples like wmsdrilldown.py, esrifs.py etc. They follow a similar pattern: get the metadata, use the MD to construct requests, add to Result object. The most important is to override perform_request(self). It should fill self.result. You are totally free as for how this is implemented.
Is your feature request related to a problem? Please describe.
We recently published some COGs, but failed to validate if the range requests were supported. In the end the problem was caused by the firewall which didn't allow range request headers.
Describe the solution you'd like
Ability to run a series of range requests on a COG (cloud optimised geotiff). First request would fecth the index of the COG, then some requests to fetch some random data and see if a valid image stream is returned.
The text was updated successfully, but these errors were encountered: