-
Notifications
You must be signed in to change notification settings - Fork 75
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
Simple accessors for Best, latest, 2DTime #26
Comments
Actually, the current examples are using a 'Best' dataset, so this doesn't help. @lesserwhirls is there something I'm missing? |
Part of our catalog API enhancement should probably make it easy to find best, latest, etc. |
@lesserwhirls ping? |
Wow, not sure how I missed your pings on this...sorry about that! Since latest is a service, and best and full collection (2D time) are virtual datasets, their endpoint will always be known, so adding those should be easy. Now, the big question is how do we make it easy to do. One idea is that we could add some methods the TDSCatalog Class like this:
For each of those methods, we could check to see:
|
What about making Properties would allow resolving it lazily. Attribute-like access seems like the API I'd like to use.
|
That works too. I'm not against using attributes. |
get_latest_access_url
in the examples
I think the ideas in here are supplanted by #137. |
Like:
Whoever wrote those docs (me) forgot about it.
The text was updated successfully, but these errors were encountered: