Skip to content

Cartesian Coordinates Improperly Labeled as Lat/Lon for Exodus Grids #360

Description

@philipc2

Overview

Cartesian Coordinates parsed from Exodus grids that are incorrectly labeled with units "degrees", meaning they are interpreted as lat/lon.

MCVE

Dataset Used: Exodus outCSne8

# Base data path
base_path = "../../test/meshfiles/exodus/outCSne8/"

# Path to Grid file
grid_path = base_path + "outCSne8.g"

uxgrid = ux.open_grid(grid_path)
uxgrid.Mesh2_node_x.units
image
uxgrid.Mesh2_node_x.values.min(), uxgrid.Mesh2_node_x.values.max()
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions