-
Notifications
You must be signed in to change notification settings - Fork 122
Raster extension #364
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
Raster extension #364
Conversation
Codecov Report
@@ Coverage Diff @@
## main #364 +/- ##
==========================================
+ Coverage 89.77% 89.80% +0.02%
==========================================
Files 37 38 +1
Lines 4677 4953 +276
==========================================
+ Hits 4199 4448 +249
- Misses 478 505 +27
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @emmanuelmathot. I added some suggested changes to bring the docstrings in line with some changes from recent PRs.
We should also add the classes from pystac.extensions.raster
into the API docs by adding them to docs/api.rst
.
Co-authored-by: Jon Duckworth <duckontheweb@gmail.com>
Co-authored-by: Jon Duckworth <duckontheweb@gmail.com>
Co-authored-by: Jon Duckworth <duckontheweb@gmail.com>
Co-authored-by: Jon Duckworth <duckontheweb@gmail.com>
Co-authored-by: Jon Duckworth <duckontheweb@gmail.com>
Co-authored-by: Jon Duckworth <duckontheweb@gmail.com>
Co-authored-by: Jon Duckworth <duckontheweb@gmail.com>
Co-authored-by: Jon Duckworth <duckontheweb@gmail.com>
Co-authored-by: Jon Duckworth <duckontheweb@gmail.com>
Co-authored-by: Jon Duckworth <duckontheweb@gmail.com>
Co-authored-by: Jon Duckworth <duckontheweb@gmail.com>
Co-authored-by: Jon Duckworth <duckontheweb@gmail.com>
Thank you @duckontheweb for the review! |
Description:
Implements the raster extension
PR Checklist:
scripts/format
)scripts/test
)