Skip to content

spatial reference transformation issue with the new cross-section plot class  #660

@flydream0428

Description

@flydream0428

The new cross-section class doesn't do spatial transformation even when the spatial reference information has been configured through DIS and modelgrid class.
For example, let's say I have loaded a model mf, then I configure the spatial reference,

mf.modelgrid.set_coord_info(xoff=xoff, yoff=yoff, angrot=0)

Then, I do the plot,
flopy.plot.PlotCrossSection(model=mf, line=line={'Row': 10})

The cross-section plot still starts from 0 rather than xoff.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions