You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are based on a simple loop through the list of WMOs to search.
This could be optimised with apply methods for instance. But, in this cas could we keep the module design as it is ? (with a the construction of a binary mask that is then applied by the run method).
The text was updated successfully, but these errors were encountered:
The modular method for search in ArgoIndex pyarrow and pandas backends is not an optimal design for large requests.
For instance the
search_wmo
methods:argopy/argopy/stores/argo_index_pd.py
Line 234 in 208b9e8
argopy/argopy/stores/argo_index_pa.py
Line 289 in 208b9e8
are based on a simple loop through the list of WMOs to search.
This could be optimised with
apply
methods for instance. But, in this cas could we keep the module design as it is ? (with a the construction of a binary mask that is then applied by therun
method).The text was updated successfully, but these errors were encountered: