Skip to content

Commit

Permalink
lint error resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabhicusp committed Jul 30, 2024
1 parent 30c663e commit 71a3b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xee/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def __init__(

self.crs_arg = crs or proj.get('crs', proj.get('wkt', 'EPSG:4326'))
self.crs = CRS(self.crs_arg)

is_crs_geographic = self.crs.is_geographic
# Gets the unit i.e. meter, degree etc.
self.scale_units = 'degree' if is_crs_geographic else 'meter'
Expand Down

0 comments on commit 71a3b08

Please sign in to comment.