salem.Grid.extent_in_crs

Grid.extent_in_crs(crs=Proj('+proj=longlat +datum=WGS84 +no_defs', preserve_units=True))[source]

Get the extent of the grid in a desired crs.

Parameters
crscrs

the target coordinate reference system.

Returns
[left, right, bottom, top] boundaries of the grid.