MissingTileExceptions when downloading using sentinelhub.aws

I’m getting MissingTileExceptions consistently on some scenes:

sentinelhub.aws --tile T15TTF 2018-11-06 --entire --folder /tmp/.sentinel-intake
sentinelhub.aws --tile T14TQM 2019-07-27 --entire --folder /tmp/.sentinel-intake

Other scenes download just fine.

Thanks

Dave Teller

Hi Dave,

thank you for reporting this.
We have checked this and it seems there are two different issues:

  • Everything seems to be ok with the tile T15TTF but we got a response 500 for an opensearch call, which is made in a background. This needs to be fixed in sentinelhub-py package and we added it to our backlog.
  • Tile T14TQM is indeed missing in an index thus it can not be found even though the data is available at AWS.

One option to download the data anyway for these two tiles would be to download the whole products:
sentinelhub.aws --product S2B_MSIL1C_20181106T171509_N0207_R112_T15TTF_20181106T203828

sentinelhub.aws --product S2B_MSIL1C_20190727T171909_N0208_R012_T14TQM_20190727T205151

Please let us know if you have problems with any other tile.

Best, Anja