opendatacube / datacube-core

Open Data Cube analyses continental scale Earth Observation data through time
http://www.opendatacube.org
Apache License 2.0
509 stars 177 forks source link

Api cleanup #1567

Closed SpacemanPaul closed 6 months ago

SpacemanPaul commented 6 months ago

Reason for this pull request

datacube/api/core.py is where the core user-facing API classes (e.g. Datacube) live.

Previously it contained minimal typehints and out of date docstrings.

Proposed changes

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 90.62500% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 85.59%. Comparing base (7af7e49) to head (b44e066).

Files Patch % Lines
datacube/api/core.py 90.32% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop-1.9 #1567 +/- ## =============================================== - Coverage 85.59% 85.59% -0.01% =============================================== Files 140 140 Lines 15366 15379 +13 =============================================== + Hits 13152 13163 +11 - Misses 2214 2216 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

SpacemanPaul commented 6 months ago

Thanks Robbi!