You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
However, I think it is necessary to add this information in the pycoast's documentation and user manual. I was frustrated in my attempts to find any bit of information about the unit scale.
However, I think it is necessary to add this information in the pycoast's documentation and user manual.
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.
Code:
Question:
What is the unit scale of the values of
area_extent
?The text was updated successfully, but these errors were encountered: