Advertisement
aghoshpro
Jun 19th, 2023 (edited)
34
0
Never
This is comment for paste ISSUE_01 wcps_rasdaman.py
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ### ISSUE
  2. /tmp/ipykernel_114914/613252522.py:47: DeprecationWarning: 'werkzeug.urls.url_fix' is deprecated and will be removed in Werkzeug 3.0.
  3.   query = werkzeug.urls.url_fix(query)
  4.  
  5. This is the URL, used for the request:
  6. http://localhost:8080/rasdaman/ows?SERVICE=WCS&VERSION=2.0.1&REQUEST=ProcessCoverages&query=for%20$c%20in%20(Surface_Temperature_Sweden)%20return%20avg($c)
  7. currently receiving content of type:
  8. The response could not be processed, as it is a
  9. <Response [200]>
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement