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

Small fixes #9

Merged
merged 8 commits into from
Nov 14, 2020
Merged

Small fixes #9

merged 8 commits into from
Nov 14, 2020

Commits on Nov 14, 2020

  1. Add planet metadata properties that don't map to STAC metadata.

    This commit adds any properties that are included in the Planet item
    metadata that doesn't map directly to a STAC metadata property. It
    will append a "pl:" prefix on these properties and include them in the
    STAC Item's properties.
    lossyrob committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    bde54de View commit details
    Browse the repository at this point in the history
  2. Refactor to help make CLI tests work the same.

    I ran into an instance where I forgot to put 'catch_exceptions=False'
    in a new unit test, which ate some time up to debug. Refactor how we
    run CLI tests to standardize the way they run to avoid future issues
    and make it simpler to write new tests.
    lossyrob committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    64fd5d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae6b185 View commit details
    Browse the repository at this point in the history
  4. Fix issue with collection being set on the wrong item.

    The collection should be set on the item_copy, not the original item.
    lossyrob committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    a636e13 View commit details
    Browse the repository at this point in the history
  5. Make move_all_assets mutate the catalog.

    This function was using 'map_items', which makes a copy of the
    catalog, and so did not mutate the input catalog. This was
    inconsistent with the other functions in the library and could easily
    cause confusion.
    lossyrob committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    cd5ebcb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1fa7ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f76841d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62c3535 View commit details
    Browse the repository at this point in the history