UXARRAY / uxarray

Xarray extension for unstructured climate and global weather data analysis and visualization.
https://uxarray.readthedocs.io/
Apache License 2.0
151 stars 31 forks source link

Parse Face Areas from Inputted Datasets #556

Open philipc2 opened 11 months ago

philipc2 commented 11 months ago

Proposed new feature or change:

If an inputted dataset already contains face areas, we should recognize and parse them, performing any unit conversions if necessary.

rajeeja commented 11 months ago

Do we store them in the face areas placeholder that we use when we compute internally or keep them in a new externally read face area? former might be the better approach, thoughts?

philipc2 commented 11 months ago

Do we store them in the face areas placeholder that we use when we compute internally or keep them in a new externally read face area? former might be the better approach, thoughts?

I think we should store them under the same variable for consistency. But we will still offer support for re-computing them if the user desires to use our functionality.