Skip to main content

Sentinel 1 or 2 previous years data onwards 2005

  • April 26, 2024
  • 2 replies
  • 297 views

Hello all, I am basically using this custom script Custom Script for data access of the same region mentioned in this script. I am working on a urban prediction model. For this I have to require previous years data too. Is there any way by which I can get previous years data using the same custom script.
Please suggest me a solution how can I get data of previous years too.
Thanks & Reagrds

2 replies

Hey, thanks for the reply I am already following the mentioned example for data access but the problem is I need previous data of this bbox area [-17.628331,14.554343,-17.171647,14.922227] to detect urban part. Is there a way where i can find a satellite which will get me data for previous areas and any script available to detect urban parts of the mentioned area.
waiting for your reply


Hi,

You can specify the time range in your request. This example shows how to build a request body in Python.

Note that Sentinel-1 and Sentinel-2 services started in 2014 and 2016 so there’s no data before.

Best Regards