Update for Python 3 required!
NikosAlexandris opened this issue · 2 comments
NikosAlexandris commented
Update for Python 3 required!
NikosAlexandris commented
See also OSGeo/grass-addons#135
NikosAlexandris commented
Series of commits to update the add-on for Python 3:
- 44b8060 - Fix print calls for Python 3 in test_csvfile() & test()
- 198cdc4 - Use // for integer division in Column_Water_Vapor() for Python 3
- b2f69a8 - Rename xrange() to range() for Python 3 in class Column_Water_Vapor()
- 11c1447 - Replace leftover print() calls with g.message() in i.landsat8.swlst
- 6abc172 - Remove unused functions from i.landsat8.swlst
- 4ca2807 - Fix print calls for Python 3 in test_column_water_vapor.py
- 0bbd02a - Remove all (unnecessary) del() calls
- 862be28 - Fix minor typo in a docstring: s/Meand/Meant/
- 8e1738a - Add list() to d.keys(): fix test_csvfile() & test() for Python 3
- 02bbe54 - Fix use of map() for Python 3 in csv_to_dictionary()
- 90aac99 - Fix reading 'csv_file' in text mode
- 47599ff - Fix use of reduce() for Python 3 in replace_dot_comma_space()
- 525fbe0 - Add list(): quick fix zip() for Python 3
- c4cec1f - Fix use of translate() for Python 3 in landsat8_mtl.py
- ea54316 - Fix use of reduce() for Python 3 in i.landsat8.swlst.py
- 990a4a7 - Fix print statements for Python 3 in i.landsat8.swlst
- e9a3af6 - Fix print statements for Python 3 in csv_to_dictionary.py
- fbfb2aa - Fix print statement for Python 3 in split_window_lst.py
- 5a554e6 - Fix print statement for Python 3