Skip to content

Remove auto-discovery of data sources #585

@gmaze

Description

@gmaze

In the data fetcher facade, we "auto-discover" the list of all fetcher available, for each data sources.

This is done here:

def list_available_data_src() -> dict:

I think this not needed, and moreover add a significant overhead on the import time of Argopy.

May be we should consider to remove this internal mechanism, and if really required managed a list of data fetchers through static assets.

Metadata

Metadata

Assignees

No one assigned

    Labels

    internalsInternal machineryperformanceShould make argopy faster or better designed

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions