Skip to content

Commit

Permalink
Docstring for BBox.get_crs
Browse files Browse the repository at this point in the history
  • Loading branch information
blazs committed Jan 16, 2018
1 parent 8f8de24 commit 2a94503
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sentinelhub/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ def get_upper_right(self):
return self.max_x, self.max_y

def get_crs(self):
"""
Returns the coordinate reference system (CRS) of the bounding box.
:return: CRS that the BBox is given in
:rtype: constants.CRS
"""
return self.crs

def __repr__(self):
Expand Down

0 comments on commit 2a94503

Please sign in to comment.