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 a short how-to guide on access the headers corresponding to a specific pixel or world location #464

Open
Cadair opened this issue Nov 14, 2024 · 0 comments
Labels
Documentation docs docs docs

Comments

@Cadair
Copy link
Member

Cadair commented Nov 14, 2024

If you want to know some metadata at a given pixel location you can do it like this:

ds[0,0,0].headers

and if you want to do it with a world coordinate you should be able to use crop to achieve the same thing.

We should have a very short how to guide on this.

requested by @tschad

@Cadair Cadair added the Documentation docs docs docs label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation docs docs docs
Projects
None yet
Development

No branches or pull requests

1 participant