We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
We need access to the area of a grid cell for
The current smesh.area() function does not report the correct area for meshes with a lat/lon coordinate system.
smesh.area()
@winzerle will use the mapings determinant J in ParametricTools, with a cosinus of latitude included.
J
ParametricTools
The units returned by smesh.area() should be metres (m).
The text was updated successfully, but these errors were encountered:
winzerle
No branches or pull requests
We need access to the area of a grid cell for
The current
smesh.area()
function does not report the correct area for meshes with a lat/lon coordinate system.@winzerle will use the mapings determinant
J
inParametricTools
, with a cosinus of latitude included.The units returned by
smesh.area()
should be metres (m).The text was updated successfully, but these errors were encountered: