Skip to content

Add ability to point to a different Space Weather File location #89

@greglucas

Description

@greglucas

It would be useful to be able to point the space weather file to a different location or manage it separately from the repository potentially. This would make it easier to point to a shared location on a system or a different writable directory.

Currently we hard code this relative to the installed project directory:

_F107_AP_PATH: Path = Path(pymsis.__file__).parent / _DATA_FNAME

Something like: pymsis.set_space_weather_path("/path/to/SW-ALL.txt")

It would also be nice to have an environment variable to reference so this could be set at startup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions