o2r-project / geoextent

Python library for extrating geospatial extent of files and directories with multiple data formats
https://o2r.info/geoextent/
MIT License
1 stars 4 forks source link

Consistent variable naming #111

Closed nuest closed 3 years ago

nuest commented 3 years ago

In handleRaster.py the object names old_cs and new_cs are used, when they should have crs instead, which is used in other classes. Let's rename them.

SbastianGarzon commented 3 years ago

Fixed by #110