Advertisement
thiagoveloso

Untitled

Jan 21st, 2022
1,269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.04 KB | None | 0 0
  1. ===============================================================================
  2. starting processing with parameters
  3. AOI: users/cyangeoproc01/inter/20220120/Contrato_138287_SP-3549102-4B2C07BEC4A4428F9073AC3F013CA8AD_talhao_amizade
  4. start date: 2017-01-01
  5. end date: 2017-05-30
  6. export folder: GEE_NDVI
  7. cloud threshold: 80
  8. ===============================================================================
  9.  
  10. 2022-01-21 10:07:43 - loading AOIs...
  11. 2022-01-21 10:07:43 - number of AOIs: 1
  12. 2022-01-21 10:07:43 -
  13. ===============================================================================
  14. preparing collection: Sentinel 2
  15. ===============================================================================
  16. 2022-01-21 10:07:43 - masking clouds...
  17. 2022-01-21 10:07:43 - calculating NDVI...
  18. 2022-01-21 10:07:43 - Adding RED band...
  19. 2022-01-21 10:07:43 - Adding GREEN band...
  20. 2022-01-21 10:07:43 - Adding BLUE band...
  21. 2022-01-21 10:07:43 - exporting AOIs...
  22. 2022-01-21 10:07:43 - aoi 1/1: 138287
  23. 2022-01-21 10:07:46 - no cloud-free pixels for export, skipping AOI
  24. 2022-01-21 10:07:52 - no cloud-free pixels for export, skipping AOI
  25. 2022-01-21 10:07:58 - no cloud-free pixels for export, skipping AOI
  26. 2022-01-21 10:08:00 - no cloud-free pixels for export, skipping AOI
  27. 2022-01-21 10:08:00 -
  28. ===============================================================================
  29. preparing collection: Landsat 8
  30. ===============================================================================
  31. 2022-01-21 10:08:00 - masking clouds...
  32. 2022-01-21 10:08:00 - calculating NDVI...
  33. 2022-01-21 10:08:00 - Adding RED band...
  34. 2022-01-21 10:08:00 - Adding GREEN band...
  35. 2022-01-21 10:08:00 - Adding BLUE band...
  36. 2022-01-21 10:08:00 - exporting AOIs...
  37. 2022-01-21 10:08:00 - aoi 1/1: 138287
  38. Traceback (most recent call last):
  39.   File "/usr/lib/python3.6/site-packages/ee/data.py", line 334, in _execute_cloud_call
  40.     return call.execute(num_retries=num_retries)
  41.   File "/usr/lib/python3.6/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
  42.     return wrapped(*args, **kwargs)
  43.   File "/usr/lib/python3.6/site-packages/googleapiclient/http.py", line 915, in execute
  44.     raise HttpError(resp, content, uri=self.uri)
  45. googleapiclient.errors.HttpError: <HttpError 400 when requesting https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/image:export?alt=json returned "Invalid description. The description must contain only the following characters: a..z, A..Z, 0..9, ".", ",", ":", ";", "_" or "-". The description must be at most 100 characters long.". Details: "Invalid description. The description must contain only the following characters: a..z, A..Z, 0..9, ".", ",", ":", ";", "_" or "-". The description must be at most 100 characters long.">
  46.  
  47. During handling of the above exception, another exception occurred:
  48.  
  49. Traceback (most recent call last):
  50.   File "/media/cyan_gdb/insurance-data/scripts/download_data/gee_fields_NDVI_RGB_S2Cloudless.py", line 631, in <module>
  51.     exportAOINDVI(collNDVI, aoi, contract_code, field_name, car_code)
  52.   File "/media/cyan_gdb/insurance-data/scripts/download_data/gee_fields_NDVI_RGB_S2Cloudless.py", line 337, in exportAOINDVI
  53.     'contract_code': contract_code,
  54.   File "/media/cyan_gdb/insurance-data/scripts/download_data/gee_fields_NDVI_RGB_S2Cloudless.py", line 318, in makeExport
  55.     task.start()
  56.   File "/usr/lib/python3.6/site-packages/ee/batch.py", line 83, in start
  57.     result = data.exportImage(self._request_id, self.config)
  58.   File "/usr/lib/python3.6/site-packages/ee/data.py", line 1228, in exportImage
  59.     _get_cloud_api_resource().projects().image().export)
  60.   File "/usr/lib/python3.6/site-packages/ee/data.py", line 1343, in _prepare_and_run_export
  61.     num_retries=num_retries)
  62.   File "/usr/lib/python3.6/site-packages/ee/data.py", line 336, in _execute_cloud_call
  63.     raise _translate_cloud_exception(e)
  64. ee.ee_exception.EEException: Invalid description. The description must contain only the following characters: a..z, A..Z, 0..9, ".", ",", ":", ";", "_" or "-". The description must be at most 100 characters long.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement