> ## Documentation Index
> Fetch the complete documentation index at: https://shapely.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Shapely Oriented

>  After various operations, the orientation of geometries may sometimes change. The **Oriented** input reorders all geometries within it as CCW/CW and corrects their orientation as desired by the user. It does not alter the geometry itself, only its orientation. 

<Note>
  'CW' : Clockwise

  'CCW' : Counter-clockwise
</Note>
