eodag icon indicating copy to clipboard operation
eodag copied to clipboard

Support ASF to retrieve EO data

Open sbrunato opened this issue 7 years ago • 3 comments

Original report by Mickaël Savinaud (Bitbucket: savmickael, GitHub: savmickael).


Support ASF to retrieve EO data, mainly SAR one.

  • A python package is available for this provider https://github.com/asfadmin/Discovery-asf_search under BSD-3-Clause license (compatible with eodag). pypi: https://pypi.org/project/asf-search/ conda-forge: https://anaconda.org/conda-forge/asf_search Documentation: https://docs.asf.alaska.edu/asf_search/basics/

  • A python api plugin will be preferred (faster development time and easier maintainability), but API is also documented:

API documentation: https://docs.asf.alaska.edu/api/basics/ search example: https://api.daac.asf.alaska.edu/services/search/param?intersectsWith=POLYGON((-2.671%2042.2314,4.3776%2042.2314,4.3776%2045.9707,-2.671%2045.9707,-2.671%2042.2314))&platform=SENTINEL-1&instrument=C-SAR&start=2020-05-02T22:00:00Z&end=2020-05-20T21:59:59Z&maxResults=250&output=jsonlite2

{
  "results": [
    {
      "b": [],
      "bm": "IW",
      "d": "Sentinel-1A",
      "du": "https://datapool.asf.alaska.edu/RAW/SA/{gn}.zip",
      "f": 146,
      "fd": "ASCENDING",
      "fl": null,
      "fn": "{gn}.zip",
      "fr": null,
      "gid": "S1A_IWDV_0146_0153_032652_030",
      "gn": "S1A_IW_RAW__0SDV_20200520T175617_20200520T175649_032652_03C822_715C",
      "i": "C-SAR",
      "in": false,
      "mn": null,
      "o": [
        "32652"
      ],
      "on": null,
      "p": 30,
      "pa": null,
      "pid": "{gn}-RAW",
      "po": "VV+VH",
      "pt": "RAW",
      "ptd": "L0 Raw Data (RAW)",
      "s": 1494.7302169799805,
      "ss": null,
      "st": "2020-05-20T17:56:17.000000",
      "stp": "2020-05-20T17:56:49.000000",
      "t": null,
      "w": "POLYGON((0.742400 45.103700,-2.362300 44.824200,-2.905900 46.772000,0.311000 47.055600,0.742400 45.103700))",
      "wu": "POLYGON ((0.742400 45.103700, -2.362300 44.824200, -2.905900 46.772000, 0.311000 47.055600, 0.742400 45.103700))"
    },

sbrunato avatar Feb 15 '18 09:02 sbrunato

Hi, just to know, is it really planified to implement this data provider? Thanks

ahuarte47 avatar May 19 '22 14:05 ahuarte47

Hi, just to know, is it really planified to implement this data provider? Thanks

Hi @ahuarte47 , as you can see its priority is quite low in the features requests backlog.

I took a look at it and update the feature-request description. It might be not so difficult and fast to implement it using asf-search through a new eodag api plugin. If you or someone else would like to submit a Pull Request for it, we can of course provide support and advice for the development and configuration

sbrunato avatar May 20 '22 07:05 sbrunato

Thanks @sbrunato for the info.

ahuarte47 avatar May 20 '22 09:05 ahuarte47