data_info

swpy.swds.request.data_info()

Search data step by step using specific criteria or filters through selective searching. This function utilizes global variables 'data_stack' and 'url_stack' to incrementally update URLs while searching for data. If 'data_stack' is not empty, it determines the next search step based on the key of the top element of the stack. However, the function may enter an infinite loop under incorrect conditions. For instance, if it continuously receives invalid values at each step, it may never terminate.


If you want to know more about how to use the data_info function in detail, please refer to the Examples.