Skip to content

docs : Add documentation to use anemoi offline. when using anemoi.utils.grids #77

@floriankrb

Description

@floriankrb

What maintenance does this project need?

Looking at https://github.com/ecmwf/anemoi-utils/blob/develop/tests/test_grids.py
and https://github.com/ecmwf/anemoi-utils/blob/develop/src/anemoi/utils/grids.py

  • The function grids() should be documented.

  • And the use of the config should be documented as well.

      `cat ~/.config/anemoi/settings.toml`
    
      ```
      [utils]
      grids_path = "~/path/to/my/npz"
      ```
    
  • Support for a list of paths in the config could also be added

    `cat ~/.config/anemoi/settings.toml`
    
    ```
    [utils]
    grids_path = [
                     "~/path/to/my/directory_1",
                     "~/path/to/my/directory_2",
                    ]
    
    ```
    

Organisation

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions