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