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

Improve API #140

Merged
merged 7 commits into from
Jul 22, 2017
Merged

Improve API #140

merged 7 commits into from
Jul 22, 2017

Commits on Jul 22, 2017

  1. ENH: Add ability to access datasets by index (Fixes Unidata#134)

    When getting an item by string, work as before. For all else, treat as
    an index into values. Works for catalog refs as well.
    dopplershift committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    285bcce View commit details
    Browse the repository at this point in the history
  2. ENH: Enable extracting datasets using datetimes (Fixes Unidata#135)

    Parses the keys for datasets and catalog refs and extracts a datetime
    using a regex. Then filter using nearest time or a time range.
    dopplershift committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    ee47ff8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01fedf9 View commit details
    Browse the repository at this point in the history
  4. ENH: Add latest attribute to catalog

    This gives access to the latest dataset. Partially addresses Unidata#137.
    dopplershift committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    f11cb78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77eeea3 View commit details
    Browse the repository at this point in the history
  6. MNT: Silence the log message on test failure

    Catchlog was dumping way to much output.
    dopplershift committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    a65193b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ada1e8 View commit details
    Browse the repository at this point in the history