1.5.1.1.2.1.3. polar2grid.core.proj module

Script for converting lon/lat decimal values to X/Y values of the grid provided.

This script mimics the proj binary that comes with the PROJ.4 library, but handles any projection string that pyproj can handle (like ‘latlong’ which the proj binary does not handle).

class polar2grid.core.proj.Proj(projparams: Optional[Any] = None, preserve_units: bool = True, **kwargs)[source]

Bases: Proj

is_latlong()[source]
polar2grid.core.proj.get_parser()[source]
polar2grid.core.proj.main()[source]