Skip to content

field.coord('longitude').create_bounds(in_place=True) #855

@dlrhodson

Description

@dlrhodson

I find my self doing

bounds=field.coord('longitude').create_bounds()
field.coordinate('longitude').set_bounds(bounds)

would it be possible to have an

field.coord('longitude').create_bounds(in_place=True)

to do this in a single line?

It's not a huge issue, but just a suggestion!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions