Setting the maximum number of resources in the Python client earthdata module works for all of the APIs in the module except for the earthdata.search API.
The earthdata.search function should be updated to check and see if max_resources is supplied in the request, and if it isn't, then it should populate it using the global setting.
Setting the maximum number of resources in the Python client earthdata module works for all of the APIs in the module except for the
earthdata.searchAPI.The
earthdata.searchfunction should be updated to check and see ifmax_resourcesis supplied in the request, and if it isn't, then it should populate it using the global setting.