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

add read method in COGReader #366

Merged
merged 2 commits into from
Mar 24, 2021
Merged

add read method in COGReader #366

merged 2 commits into from
Mar 24, 2021

Conversation

vincentsarago
Copy link
Member

This PR does:

  • add a read() method in COGReader to read the entire dataset
    This could be seen as a wrapper around rasterio read() method but it allows more options like expression, cutline, nodata overwriting...
  • update the docs

I let the read() outside the BaseClass for now because it might not be suitable for other readers

@vincentsarago vincentsarago requested review from kylebarron and geospatial-jeff and removed request for kylebarron March 24, 2021 15:16
@vincentsarago vincentsarago merged commit ccc7df0 into master Mar 24, 2021
@vincentsarago vincentsarago deleted the readMethod branch March 24, 2021 20:12
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.

1 participant