pyremap.polar.get_polar_descriptor¶
- pyremap.polar.get_polar_descriptor(Lx, Ly, dx, dy, projection='antarctic')[source]¶
Get a descriptor of a polar stereographic grid used for remapping
- Parameters:
Lx (double) – Size of the domain in x and y in km
Ly (double) – Size of the domain in x and y in km
dx (double) – Resolution of the grid in km
dy (double) – Resolution of the grid in km
projection ({'arctic', 'antarctic', pyproj.Proj}) – The projection to use. ‘arctic’ and ‘antarctic’ are polar stereographic projections with reference latitude at +/- 71 degrees
- Returns:
descriptor (
ProjectionGridDescriptor
object) – A descriptor of the Antarctic grid