-
Notifications
You must be signed in to change notification settings - Fork 20
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
area_extent unit scale #31
Comments
The area extents are the coordinates for the outer edges of the outer pixels in the projected space. Typically these are meters. You can probably find more useful information on the pyresample documentation: https://pyresample.readthedocs.io/en/latest/geometry_utils.html Let me know if this doesn't answer your question. We can use this issue as a sign that we need to update the documentation. |
Thank you for your reply. Seems to be the exact documentation I needed. |
Agreed. It is a concept carried over from the pyresample package (and projections in general) and since people have often used both together (or through satpy) there was less work put in to pycoast's documentation. If you have any ideas of how this can be updated, feel free to make a pull request for the changes you think could help users in the future. Otherwise, this will have to wait until someone has the time. |
Sure. Thank you. |
Code:
Question:
What is the unit scale of the values of
area_extent
?The text was updated successfully, but these errors were encountered: