In table_layer.py we have a number of checks for the version of PyWWT and different code paths depending on which version is used. However, we require PyWWT 0.21 or later, so all the version comparisons are not useful since we know we will have a more recent PyWWT. Therefore we can probably clean up some of the code in there.
In
table_layer.py
we have a number of checks for the version of PyWWT and different code paths depending on which version is used. However, we require PyWWT 0.21 or later, so all the version comparisons are not useful since we know we will have a more recent PyWWT. Therefore we can probably clean up some of the code in there.