pyorc.CameraConfig.set_lens_position#

CameraConfig.set_lens_position(x: float, y: float, z: float, crs: Optional[Any] = None)[source]#

Set the geographical position of the lens of current CameraConfig.

Parameters:
  • x (float) – x-coordinate

  • y (float) – y-coordinate

  • z (float) – z-coordinate

  • crs (int, dict or str, optional) – Coordinate Reference System. Accepts EPSG codes (int or str) proj (str or dict) or wkt (str). CRS used to measure the lens position (e.g. 4326 for WGS84 lat-lon). The position’s x and y coordinates will automatically be reprojected to the local crs of the CameraConfig.