Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. [ 'https://scihub.copernicus.eu/dhus/odata/v1/Products('67c8ca21-bcdf-4298-
  2. aaf0-ae23c18510f1')/$value',
  3. 'https://scihub.copernicus.eu/dhus/odata/v1/Products('313fbef3-f53c-456f-
  4. be75-1002a3b3e2a5')/$value',
  5. 'https://scihub.copernicus.eu/dhus/odata/v1/Products('31df567e-399b-4065-
  6. 9399-75f4233cba5f')/$value',
  7. 'https://scihub.copernicus.eu/dhus/odata/v1/Products('f643e5f4-3791-436e-
  8. b304-4d451391af4d')/$value',
  9. 'https://scihub.copernicus.eu/dhus/odata/v1/Products('9faebdb4-5697-4070-
  10. aafe-2c2d1ee99a06')/$value' ]
  11.  
  12. requestarray = [];
  13. for (i=0; i<data.length;i++) {
  14. requestarray.push(url_search + "(" + "'" + data[i] + "'" + ")/$value");
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement