:py:mod:`opendrift.models.eulerdrift.srs` ========================================= .. py:module:: opendrift.models.eulerdrift.srs Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: opendrift.models.eulerdrift.srs.simulation opendrift.models.eulerdrift.srs.find_utm_proj opendrift.models.eulerdrift.srs.find_utm_ccrs .. py:function:: simulation() Simulation Spatial Reference System (SRS) or Coordinate Reference System (CRS). Always just 'lonlat' ellipsoid 'WGS84' .. py:function:: find_utm_proj(lon, lat) Find a suitable UTM projection (zone) for lon and lat. .. warning:: UTM is only defined between 80S and 84N. Should use UPS for those regions. Returns: pyproj.Proj in `utm` projection. .. py:function:: find_utm_ccrs(lon, lat) Return Cartopy UTM CRS for lon and lat.