opendrift.models.eulerdrift.srs

Module Contents

Functions

simulation()

Simulation Spatial Reference System (SRS) or Coordinate Reference System (CRS).

find_utm_proj(lon, lat)

Find a suitable UTM projection (zone) for lon and lat.

find_utm_ccrs(lon, lat)

Return Cartopy UTM CRS for lon and lat.

opendrift.models.eulerdrift.srs.simulation()[source]

Simulation Spatial Reference System (SRS) or Coordinate Reference System (CRS).

Always just ‘lonlat’ ellipsoid ‘WGS84’

opendrift.models.eulerdrift.srs.find_utm_proj(lon, lat)[source]

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.

opendrift.models.eulerdrift.srs.find_utm_ccrs(lon, lat)[source]

Return Cartopy UTM CRS for lon and lat.