Skip to main content
Solved

Priority Custom Parameter in WcsRequest

  • July 18, 2025
  • 1 reply
  • 219 views

sidharrthsingh25
Forum|alt.badge.img

Hi,

I am trying to use the PRIORITY custom parameter in WCSRequest as referenced here. Whenever i run the code to use it, i get the following error : TypeError: __init__() got an unexpected keyword argument 'priority'. How do i make this work?

Thanks,

Sidharrth

Best answer by williamray

Hi, As documented please use upper case: PRIORITY. If you use lowercase you will naturally get the error you returned. 

1 reply

williamray
Planeteer 🌎
Forum|alt.badge.img+5
  • Planeteer 🌎
  • Answer
  • July 21, 2025

Hi, As documented please use upper case: PRIORITY. If you use lowercase you will naturally get the error you returned.