Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change all paths in pyaerocom from strings to Path-like #1384

Open
lewisblake opened this issue Oct 21, 2024 · 0 comments
Open

Change all paths in pyaerocom from strings to Path-like #1384

lewisblake opened this issue Oct 21, 2024 · 0 comments
Labels

Comments

@lewisblake
Copy link
Member

lewisblake commented Oct 21, 2024

Is your feature request related to a problem? Please describe.
strings are used all over. A better choice would be to use e.g., Path from pathlib. Then pyaerocom can be used in a VRE, we can read data directly from Thredds. The code would then be agnostic to if it's reading a real path or a URL.

Describe the solution you would like to see
Above

  • Would you be able to work on this solution yourself?
  • How can the Pyaerocom development team assist you?

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant