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

feat: add item coverage and asset management in DataClient #1109

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

wiki0831
Copy link
Member

The changes focus on improving item assessment(item-get,item-coverage), asset management(asset-get, asset-list) and making the API more consistent.

  1. implementations:
  • item-get: new in Async client, Sync Client, CLI
  • item-coverage: new in Async client, Sync Client, CLI
  • asset-get: new(un-commented) in CLI
  • asset-list: new in CLI
  1. tests
  • added async, sync, and cli test for the new implementations
  1. doc updates:
  • docs/cli/cli-data.md
  • design-docs/CLI-DATA.md
    • align parameter order with ITEM_TYPE, ID convention (few examples are out-of-date and no longer work)

@wiki0831 wiki0831 force-pushed the wei/data-api-item-coverage branch from a632f22 to 9785a08 Compare March 27, 2025 14:40
# @click.argument("item_id")
# @click.argument("asset_type_id")
# @pretty
# async def asset_get(ctx, item_type, item_id, asset_type_id, pretty):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unclear on why asset-get was commented out earlier.

asset-get and asset-list flows nicely with the new item-coverage command so i added them in.

@ischneider
Copy link
Member

looks good so far!

one thing we've been trying to do w/ tests is combine the sync/async calls into a single case since the setup and assertions are the same, the only difference is in invocation... see tests/integration/test_features_api.py for an example of this (and no reason to clean up existing tests, more to stop proliferation of new cases)

@wiki0831
Copy link
Member Author

wiki0831 commented Mar 27, 2025

looks good so far!

one thing we've been trying to do w/ tests is combine the sync/async calls into a single case since the setup and assertions are the same, the only difference is in invocation... see tests/integration/test_features_api.py for an example of this (and no reason to clean up existing tests, more to stop proliferation of new cases)

thanks @ischneider
yes I agree, writing double the test is kinda tedious.

I was just trying to follow the existing pattern.

This should go into a separate PR. here is an issue for this: #1110

@wiki0831 wiki0831 force-pushed the wei/data-api-item-coverage branch from 9785a08 to 2309d47 Compare April 2, 2025 20:09
Copy link
Contributor

@stephenhillier stephenhillier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! I tested the CLI and SDK (async and non-async clients), working great for me. Good catch on the missing/commented asset functions.


You can also specify additional parameters:

* `--mode`: The mode for coverage calculation
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* `--mode`: The mode for coverage calculation
* `--mode`: The mode for coverage calculation
* `UDM2`: calculate clear coverage using a UDM2 asset [default]
* `estimate`: estimate clear coverage based on preview imagery

Let's add the options here (feel free to adjust as you see fit)

* `--mode`: The mode for coverage calculation

* `--band`: The band to use for coverage calculation

Copy link
Contributor

@stephenhillier stephenhillier Apr 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
See [Data API documentation](https://docs.planet.com/develop/apis/data/items/#estimate-clear-coverage-over-an-individual-item-with-a-custom-aoi) for an overview of coverage options.

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

Successfully merging this pull request may close these issues.

3 participants