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

need standard way to get lists of observed variables, platforms, etc #108

Open
gaelforget opened this issue Oct 1, 2024 · 0 comments
Open

Comments

@gaelforget
Copy link
Member

gaelforget commented Oct 1, 2024

Here are such methods currently available

NOAA.list_stations()
NOAA.list_realtime()
GDP.list_files()
ArgoFiles.list_floats()
OceanSites.index()
OceanOPS.get_list()
OceanOPS.list_platform_types()

missing

design

  • public API should be something like list(NOAAbuoy()) to get the list of buoys (platforms) and then list(NOAAbuoy(),41044) to get the list of variables
  • or maybe this should be called scan, listing, or something else?
  • struct could be introduce to standardize results (e.g., ListOfPlatforms, ListOfVariables`, ...)
  • units, long names, and other meta data should be listed / included as well as much as possible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant